9 lines
88 B
C
9 lines
88 B
C
|
#ifndef KE_UTIL_H
|
||
|
#define KE_UTIL_H
|
||
|
|
||
|
|
||
|
void die(const char *s);
|
||
|
|
||
|
|
||
|
#endif /* KE_UTIL_H */
|