Files
termOS/kernel/include/panic.h
T

3 lines
68 B
C

#pragma once
__attribute__((noreturn)) void panic(const char *msg);