7 lines
116 B
C
7 lines
116 B
C
#ifndef FILE_UTILS_H
|
|
#define FILE_UTILS_H
|
|
|
|
unsigned char* read_file_bytes(const char* path, int* out_size);
|
|
|
|
#endif
|