gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:fprintf (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fprintf.c - 2.0KB - 48 lines
38: int
39: fprintf(FILE *fp, const char *fmt, ...)
40: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
245: FILE    *fopen(const char * __restrict , const char * __restrict);
246: int      fprintf(FILE * __restrict , const char * __restrict, ...)
247:     __attribute__((__format__(__printf__, 2, 3)));