gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:scanf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/scanf.c - 1.9KB - 48 lines
38: int
39: scanf(const char *fmt, ...)
40: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
268: void     rewind(FILE *);
269: int      scanf(const char * __restrict, ...)
270:     __attribute__((__format__(__scanf__, 1, 2)));