Diff for /dietlibc/t.c between versions 1.10 and 1.11

version 1.10, 2001/02/03 00:36:32 version 1.11, 2001/02/03 20:41:11
Line 11 Line 11
 #include <stdio.h>  #include <stdio.h>
   
 int main() {  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];    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));
   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  #if 0
   struct tm duh;    struct tm duh;
   time_t t;    time_t t;

Removed from v.1.10  
changed lines
  Added in v.1.11


LinuxTV legacy CVS <linuxtv.org/cvs>