• M
    print_number: Make locale independent · c08f7e1d
    Max Bruckner 提交于
    This first prints the number into a temporary buffer and then copies the
    number to the output.
    
    A positive side effect is that cJSON no longer reserves more space for
    the number in the output than is necessary.
    c08f7e1d
cJSON.c 56.4 KB