From ce61e41c6a14b84808aceb37d5118f23e3affaa0 Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 7 Oct 2024 12:59:43 +0100 Subject: added comments to all of zpy and made the compiler have useful error msgs and for the most part not segv fault --- comp/lucas-standen-NEA/code2/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comp/lucas-standen-NEA/code2/util.c') diff --git a/comp/lucas-standen-NEA/code2/util.c b/comp/lucas-standen-NEA/code2/util.c index a1e8f15..6fdb8ad 100644 --- a/comp/lucas-standen-NEA/code2/util.c +++ b/comp/lucas-standen-NEA/code2/util.c @@ -1,7 +1,7 @@ #include #include -#include +//# a simple die function to bring down the program in the case of an error void die(char *msg){ fprintf(stderr, "zpy: %s\n", msg); exit(1); -- cgit v1.2.3