#ifndef NESE_FILEMAP_H_ #define NESE_FILEMAP_H_ void* map_file(FILE* file, int size); void unmap_file(void* mem, int size); #endif // NESE_FILEMAP_H_