#include <sys/types.h> #include <sys/stat.h> int mkdir(const char *path, mode_t mode);
#include <unistd.h> int rmdir(const char *path);