gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:printf (0.05 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/printf.c - 2.0KB - 48 lines
38: int
39: printf(const char *fmt, ...)
40: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
261: void     perror(const char *);
262: int      printf(const char * __restrict, ...)
263:     __attribute__((__format__(__printf__, 1, 2)));
bsd_source/t2ex/network/net/src_bsd/sys/systm.h - 18.1KB - 562 lines
232: 
233: void    printf(const char *, ...)
234:     __attribute__((__format__(__printf__,1,2)));