kern

view src/panic.h @ 52:fa65b4f45366

picking this up again, let's fix it
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Aug 2011 06:42:00 +0300
parents
children
line source
1 #ifndef PANIC_H_
2 #define PANIC_H_
4 void panic(const char *fmt, ...);
6 #endif /* PANIC_H_ */