6 lines
73 B
C
6 lines
73 B
C
#ifndef STDARG_H
|
|
#define STDARG_H
|
|
|
|
typedef struct {} va_list[1];
|
|
|
|
#endif
|