From 08ec3a7a1fdb16cbb52b05f934bd001ca38bd991 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 17 Jun 2023 20:21:58 -0700 Subject: Add error library. --- error/src/error.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 error/src/error.c (limited to 'error/src/error.c') diff --git a/error/src/error.c b/error/src/error.c new file mode 100644 index 0000000..ccd850d --- /dev/null +++ b/error/src/error.c @@ -0,0 +1,5 @@ +#include "error.h" + +xlstring gfx_error; + +const char* get_error(void) { return xlstring_cstr(&gfx_error); } -- cgit v1.2.3