We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#Json-C (using Mingw)
download the latest source form github: https://github.com/json-c/json-c
set the following environment variables to bypass the malloc and realloc checking.
export ac_cv_func_realloc_0_nonnull=yes export ac_cv_func_malloc_0_nonnull=yes
run mingw-configure && make && make install