Files
ke/util.h
2020-02-07 23:07:59 -08:00

9 lines
88 B
C

#ifndef KE_UTIL_H
#define KE_UTIL_H
void die(const char *s);
#endif /* KE_UTIL_H */