#ifndef __STAT_H #define __STAT_H #include #include int mkdir (const char *pathname, mode_t mode); #endif /* __STAT_H */