limits.h (92B)
1 #ifndef _LIMITS_H 2 #define _LIMITS_H 3 4 #include <arch/limits.h> 5 6 #define MB_LEN_MAX 4 7 8 #endif