Initial commit of current C compiler sources, partly rebranded but not yet properly cleaned up!
This commit is contained in:
13
fakelibc/stddef.h
Normal file
13
fakelibc/stddef.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _FAKELIBC_STDDEF_H
|
||||
#define _FAKELIBC_STDDEF_H
|
||||
|
||||
//#ifndef _FAKELIBC_STDLIB_H
|
||||
typedef long size_t;
|
||||
//#endif
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void*) 0)
|
||||
#endif
|
||||
|
||||
/* From ifndef at top of file: */
|
||||
#endif
|
Reference in New Issue
Block a user