1 2 3 4 5 6 7 8
#ifndef _MAPPING_H_ #define _MAPPING_H_ int map_file(const char* filename, void **addr, size_t *size); #endif