12 lines
136 B
C
12 lines
136 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void * file_read(const char * path, int * size_out);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|