Dump current status

This commit is contained in:
rozlette
2018-10-25 21:29:41 -05:00
parent d3a5a2f29d
commit cc9baa93a8
75 changed files with 60092 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _STDARG_H_
#define _STDARG_H_
typedef unsigned char* va_list;
#endif