• R
    fix localeconv values and implementation · 85a3ba3a
    Rich Felker 提交于
    dynamic-allocation of the structure is not valid; it can crash an
    application if malloc fails. since localeconv is not specified to have
    failure conditions, the object needs to have static storage duration.
    
    need to review whether all the values are right or not still..
    85a3ba3a
localeconv.c 727 字节