DEBSOURCES
Skip Quicknav
sources / tmperamental / 1.6 / tests / test_mkdir.c
12345678910
#undef _FILE_OFFSET_BITS #undef _TIME_BITS #include <sys/stat.h> int main(int argc, char **argv) { mkdir("/tmp/moo", 0777); return 0; }