From 3ec03e61f49231502ca7e5e87d7895bea90f11bc Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 31 Jan 2023 09:18:47 -0500 Subject: Allow for loading of environment variables on start --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index cd7c08d..547d976 100644 --- a/util.h +++ b/util.h @@ -7,3 +7,4 @@ void die(const char *fmt, ...); void *ecalloc(size_t nmemb, size_t size); int reMatch(const char *regex, const char *str); +int readEnv(FILE *fh); -- cgit v1.2.3