This website requires JavaScript.
Explore
Help
Register
Sign In
silva
/
ipc
mirror of
https://github.com/viniciusfdasilva/ipc.git
Watch
1
Star
0
Fork
You've already forked ipc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
985714a816
ipc
/
include
/
utils
/
kpanic.h
5 lines
97 B
C
Raw
Blame
History
#
ifndef __PANIC_H__
#
define kpanic(x) printf("panic: %s\n", x); while(1);
#
endif
// __PANIC_H__
Reference in New Issue
View Git Blame
Copy Permalink