Initial commit of current C compiler sources, partly rebranded but not yet properly cleaned up!
This commit is contained in:
8
fakelibc/limits.h
Normal file
8
fakelibc/limits.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _FAKELIBC_LIMITS_H
|
||||
#define _FAKELIBC_LIMITS_H
|
||||
|
||||
#define CHAR_BIT 8
|
||||
#define UINT_MAX 0xFFFFFFFFU
|
||||
|
||||
/* From ifndef at top of file: */
|
||||
#endif
|
Reference in New Issue
Block a user