Search | Google it | Results 1 - 2 of 2 for fundef:vprintf (0.00 seconds) |
36: int 37: vprintf(const char *fmt, __va_list ap) 38: {
278: __attribute__((__format__(__printf__, 2, 0))); 279: int vprintf(const char * __restrict, _BSD_VA_LIST_) 280: __attribute__((__format__(__printf__, 1, 0)));