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