1 // cstdarg standard header
2 #pragma once
3 #ifndef _CSTDARG_
4 #define _CSTDARG_
5 #include <yvals.h>
6
7  #include <stdarg.h>
8
9 #ifndef RC_INVOKED
10  #if _GLOBAL_USING
11 _STD_BEGIN
12 using ::va_list;
13 _STD_END
Lines 14 ... 20 are skipped.
21  * Consult your license regarding permissions and restrictions.
22  V5.02:0009 */
23