mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
7 lines
79 B
C
7 lines
79 B
C
#ifndef _STDARG_H_
|
|
#define _STDARG_H_
|
|
|
|
typedef unsigned char* va_list;
|
|
|
|
#endif
|