diff options
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ void die(const char *fmt, ...); void *ecalloc(size_t nmemb, size_t size); +int readEnv(FILE *fh); +int reMatch(const char *regex, const char *str); |
