• M
    ensure: replace pow2gt with multiplication by two · 9f6fa94c
    Max Bruckner 提交于
    This replaces the bit fiddling involved with calculating a new buffer
    size by just multiplying the required length by two, paving the way to a
    complete switch to size_t at a later point in time.
    9f6fa94c
cJSON.c 53.2 KB