#include #include #include #include #define FILENAME "testfile.txt" #define STRLEN 50 #define NUMWRITES 10000 char *getrandstring() { int i; static char buf[STRLEN]; for (i=0; i