This commit is contained in:
bellard
2001-11-11 18:01:29 +00:00
parent 605a028bf4
commit eb0e3e70dc
6 changed files with 213 additions and 83 deletions

View File

@ -3,7 +3,7 @@
/* TCC include file */
#define NULL ((void *)0)
typedef unsigned int size_t;
typedef int wchar_t;
#endif