Search | Google it | Results 1 - 3 of 3 for fundef:printf (0.04 seconds) |
38: int 39: printf(const char *fmt, ...) 40: {
261: void perror(const char *); 262: int printf(const char * __restrict, ...) 263: __attribute__((__format__(__printf__, 1, 2)));
232: 233: void printf(const char *, ...) 234: __attribute__((__format__(__printf__,1,2)));