#ifndef SYS_STAT_H_ #define SYS_STAT_H_ #include extern int mkdir(const char *path, mode_t mode); #endif