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