...
This commit is contained in:
6
vendors/file_utils/file_utils.h
vendored
Normal file
6
vendors/file_utils/file_utils.h
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef FILE_UTILS_H
|
||||
#define FILE_UTILS_H
|
||||
|
||||
unsigned char* read_file_bytes(const char* path, int* out_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user