#ifndef _LIBC_SYS_STAT_H #define _LIBC_SYS_STAT_H #include #include #include __BEGIN_DECLS int mkdir(const char* path); int fstat(int nfds, stat_t* stat); __END_DECLS #endif