historical/toontown-classic.git/panda/include/parser-inc/stdarg.h
2024-01-16 11:20:27 -06:00

6 lines
73 B
C

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