lib/C/iec_types.h
changeset 1100 f7cc4f6ce756
parent 904 423ea3749212
equal deleted inserted replaced
1099:cdb045e8be20 1100:f7cc4f6ce756
    47 #ifndef STR_MAX_LEN
    47 #ifndef STR_MAX_LEN
    48 #define STR_MAX_LEN 126
    48 #define STR_MAX_LEN 126
    49 #endif
    49 #endif
    50 
    50 
    51 #ifndef STR_LEN_TYPE
    51 #ifndef STR_LEN_TYPE
    52 #define STR_LEN_TYPE int8_t
    52 #define STR_LEN_TYPE uint8_t
    53 #endif
    53 #endif
    54 
    54 
    55 #define __INIT_REAL 0
    55 #define __INIT_REAL 0
    56 #define __INIT_LREAL 0
    56 #define __INIT_LREAL 0
    57 #define __INIT_SINT 0
    57 #define __INIT_SINT 0