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