Format: AllC/C++CSSTextshell script Advanced Search
65: 66: #define va_arg(ap, type) \ 67: ((type *)(ap += sizeof(type)))[-1]