9 lines
145 B
C
9 lines
145 B
C
|
#ifndef _FAKELIBC_LIMITS_H
|
||
|
#define _FAKELIBC_LIMITS_H
|
||
|
|
||
|
#define CHAR_BIT 8
|
||
|
#define UINT_MAX 0xFFFFFFFFU
|
||
|
|
||
|
/* From ifndef at top of file: */
|
||
|
#endif
|