summary refs log tree commit diff
path: root/src/util.h
blob: 9e882fccddedb0bf7eb196748e89e8df492aebdd (plain)
1
2
3
4
#pragma once

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