historical/toontown-classic.git/panda/include/parser-inc/stdarg.h

7 lines
73 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef STDARG_H
#define STDARG_H
typedef struct {} va_list[1];
#endif