Files

9 lines
122 B
C
Raw Permalink Normal View History

#ifndef SYS_STAT_H_
#define SYS_STAT_H_
#include <sys/types.h>
extern int mkdir(const char *path, mode_t mode);
#endif