Search | Google it | Results 1 - 2 of 2 for fundef:fscanf (0.00 seconds) |
38: int 39: fscanf(FILE *fp, const char *fmt, ...) 40: {
252: FILE * __restrict); 253: int fscanf(FILE * __restrict, const char * __restrict, ...) 254: __attribute__((__format__(__scanf__, 2, 3)));