this repo has no description
at main 86 B view raw
1#ifndef __nkern_panic__ 2#define __nkern_panic__ 3 4void panic(const char *msg); 5 6#endif