From f14acf7306b022c1d0dd98f5fd654dbdc38e64e5 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 22 Apr 2023 18:40:22 +0200 Subject: create ffbg --- util.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 util.c (limited to 'util.c') diff --git a/util.c b/util.c new file mode 100644 index 0000000..2e8a1c8 --- /dev/null +++ b/util.c @@ -0,0 +1,11 @@ +#include +#include + +#include "util.h" + +void +die(const char *error) +{ + fprintf(stderr, "error: %s\n", error); + exit(-1); +} -- cgit v1.2.3-70-g09d2