gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:vprintf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vprintf.c - 1.8KB - 40 lines
36: int
37: vprintf(const char *fmt, __va_list ap)
38: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
278:     __attribute__((__format__(__printf__, 2, 0)));
279: int      vprintf(const char * __restrict, _BSD_VA_LIST_)
280:     __attribute__((__format__(__printf__, 1, 0)));