Searched defs:VASTART (Results 1 – 2 of 2) sorted by relevance
10 #define VASTART(ap,type,name) va_start(ap,name) macro15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
1197 VASTART, enumerator