kst/ke/util.h

9 lines
88 B
C
Raw Normal View History

2020-02-08 07:07:59 +00:00
#ifndef KE_UTIL_H
#define KE_UTIL_H
void die(const char *s);
#endif /* KE_UTIL_H */