#ifdef HAVE_SYS_STAT_H #include #endif #ifdef HAVE_IO_H #include #endif int main(int ac, char **av) { mkdir("hello.world"); return 0; }