kern

view src/panic.h @ 82:8b92b0c1c220

added decimal digits to the disk size output
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 13:45:32 +0200
parents
children
line source
1 #ifndef PANIC_H_
2 #define PANIC_H_
4 void panic(const char *fmt, ...);
6 #endif /* PANIC_H_ */