diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> + +void eprint(char *msg) { + fprintf(stderr, "error: %s\n", msg); + exit(1); +} |
![]() |
index : gn.git | |
thing1's goat note implementation | thing1 |
summaryrefslogtreecommitdiff |