gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:vsprintf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vsprintf.c - 2.3KB - 59 lines
44: int
45: vsprintf(char *str, const char *fmt, __va_list ap)
46: {
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
286: char    *tmpnam(char *);
287: int      vsprintf(char * __restrict, const char * __restrict,
288:     _BSD_VA_LIST_)