mm/include/stdarg.h

7 lines
79 B
C

#ifndef _STDARG_H_
#define _STDARG_H_
typedef unsigned char* va_list;
#endif