summary refs log tree commit diff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
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