gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:va_arg (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/machine/stdarg.h - 3.3KB - 81 lines
65: 
66: #define va_arg(ap, type) \
67:         ((type *)(ap += sizeof(type)))[-1]