slcc/fakelibc/limits.h

9 lines
145 B
C
Raw Normal View History

#ifndef _FAKELIBC_LIMITS_H
#define _FAKELIBC_LIMITS_H
#define CHAR_BIT 8
#define UINT_MAX 0xFFFFFFFFU
/* From ifndef at top of file: */
#endif