ffbab6fedd
json_int_t is typedef'd to long long if it's supported, or long otherwise. There's also some supporting things, like the JSON_INTEGER_FORMAT macro that expands to the printf() conversion specifier that corresponds to json_int_t's actual type. This is a backwards incompatible change. |
||
---|---|---|
.. | ||
dump.c | ||
hashtable.c | ||
hashtable.h | ||
jansson_config.h.in | ||
jansson_private.h | ||
jansson.h | ||
load.c | ||
Makefile.am | ||
strbuffer.c | ||
strbuffer.h | ||
utf.c | ||
utf.h | ||
util.h | ||
value.c |