From b23a3ab831f91553d34a48f51370ed9525de07ac Mon Sep 17 00:00:00 2001 From: zlago Date: Tue, 24 Sep 2024 20:54:48 +0200 Subject: initial commit --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/util.h (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..1fe3a9d --- /dev/null +++ b/src/util.h @@ -0,0 +1,2 @@ +void *util_loadFile(FILE *const restrict file, size_t *const restrict outsize); +char *util_executableRelativePath(char *path, char *execPath, size_t dirLength); // allocated on the heap -- cgit 1.4.1-2-gfad0