fdisk.c | 126 #define LBUF 100 127 static char lbuf[LBUF]; variable in typeref:typename:char[] 2855 if (!fgets(lbuf, LBUF, stdin)) 2857 cp = lbuf; 2867 acc = strtoll(lbuf, &cp, 10); 2900 lbuf[strlen(lbuf) - 1] = 0; 2901 printf("%s is not a valid %s number.\n", lbuf, [all...] |