Search | Google it | Results 1 - 3 of 3 for fundef:sprintf (0.01 seconds) |
46: int 47: sprintf(char *str, const char *fmt, ...) 48: {
283: char *gets(char *); 284: int sprintf(char * __restrict, const char * __restrict, ...) 285: __attribute__((__format__(__printf__, 2, 3)));
234: __attribute__((__format__(__printf__,1,2))); 235: int sprintf(char *, const char *, ...) 236: __attribute__((__format__(__printf__,2,3)));