summary refs log tree commit diff
path: root/src/util.h
blob: 1fe3a9d89562b7a28ee59ff040d4cf55dd6b89b8 (plain)
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