opentest.c 103 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #include "testlib.c" int main(int argc, char **argv) { mkfile("testfile.big", 16384000); exit(0); }