--- dietlibc/t.c 2001/02/03 00:36:32 1.10 +++ dietlibc/t.c 2001/02/03 20:41:11 1.11 @@ -11,9 +11,12 @@ #include int main() { + printf("%-19s %10lu %9lu %9lu %3d%% %s\n","/dev/ide/host0/bus0/target0/lun0/part2",8393688,705683,1337084,85,"/"); +#if 0 char buf[100]; fgets(buf,100,stdin); printf("got %d bytes\n",strlen(buf)); fgets(buf,100,stdin); printf("got %d bytes\n",strlen(buf)); +#endif #if 0 struct tm duh; time_t t;