1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef __UTILS_H #define __UTILS_H #ifdef __cplusplus extern "C" { #endif int os_create_anonymous_file(off_t size); #ifdef __cplusplus } #endif #endif