Search | Google it | Results 1 - 2 of 2 for fundef:vfprintf (0.01 seconds) |
264: int 265: vfprintf(FILE *fp, const char *fmt0, __va_list ap) 266: {
276: int ungetc(int, FILE *); 277: int vfprintf(FILE * __restrict, const char * __restrict, _BSD_VA_LIST_) 278: __attribute__((__format__(__printf__, 2, 0)));