splitting things out

This commit is contained in:
2020-02-07 23:07:59 -08:00
parent 59d3fa1dab
commit ee653ade34
6 changed files with 137 additions and 46 deletions

8
util.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef KE_UTIL_H
#define KE_UTIL_H
void die(const char *s);
#endif /* KE_UTIL_H */