+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <stdio.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <limits.h>
#include <stddef.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
* gcc -o utf8 utf8.c -I/home/y/include -L./.libs -ljson
*/
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <assert.h>
#include <stdio.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
* Also checks the json_object_get_type and json_object_is_type functions.
*/
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
* Tests if json_object_equal behaves correct.
*/
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <stdio.h>
#include <string.h>
* Tests if the format string for double serialization is handled correctly
*/
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <stdio.h>
/* Copyright (C) 2016 by Rainer Gerhards
* Released under ASL 2.0 */
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include "json_object.h"
#include "json_tokener.h"
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stdio.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
* Tests if binary strings are supported.
*/
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <stdio.h>
#include <string.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
json_object *all_at_once_obj, *new_obj;
const char *all_at_once_str, *new_str;
+ new_obj = NULL;
assert(chunksize > 0);
all_at_once_obj = json_tokener_parse(test_string);
if (clear_serializer)
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <stdio.h>
#include <string.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <limits.h>
#include <stddef.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stdio.h>
#include <string.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stdio.h>
#include <string.h>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "strerror_override.h"
#include "strerror_override_private.h"
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include "strerror_override.h"
#include "strerror_override_private.h"
#ifdef WIN32
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
#include <assert.h>
#include <stddef.h>
#include <stdio.h>