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