kern

view src/panic.h @ 14:a5176aa334c3

ha!
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 Feb 2011 01:21:18 +0200
parents
children
line source
1 #ifndef PANIC_H_
2 #define PANIC_H_
4 void panic(const char *fmt, ...);
6 #endif /* PANIC_H_ */