You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there a reason why cJSON_Utils.h in contrast to cJSON.h does neither contain an include guard nor the extern-C-bit?
Especially the latter would be helpful when linking functions from cJSON_Utils to C++ applications.
The text was updated successfully, but these errors were encountered:
Hi, is there a reason why cJSON_Utils.h in contrast to cJSON.h does neither contain an include guard nor the extern-C-bit?
Especially the latter would be helpful when linking functions from cJSON_Utils to C++ applications.
The text was updated successfully, but these errors were encountered: