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

void *util_loadFile(FILE *const restrict file, size_t *const restrict outsize);
char *util_executableRelativePath(char const *const path, char const *const execPath, size_t dirLength); // allocated on the heap