Search | Google it | Results 1 - 2 of 2 for fundef:fprintf (0.01 seconds) |
38: int 39: fprintf(FILE *fp, const char *fmt, ...) 40: {
245: FILE *fopen(const char * __restrict , const char * __restrict); 246: int fprintf(FILE * __restrict , const char * __restrict, ...) 247: __attribute__((__format__(__printf__, 2, 3)));