open_toontown_panda3d/dtool/src/parser-inc/stdarg.h

7 lines
73 B
C

#ifndef STDARG_H
#define STDARG_H
typedef struct {} va_list[1];
#endif