ref: e1f8c5e769f2ced177ce201bd11b122ec2f4876b dir: /lib/c/include/limits.h/
#ifndef _LIMITS_H #define _LIMITS_H #include <arch/limits.h> #define CHAR_BIT 8 #define MB_LEN_MAX 1 #endif