json-c
0.14
|
Do not use, json-c internal, may be changed or removed at any time. More...
Macros | |
#define | JSON_EXPORT extern |
#define | __STRING(x) #x |
#define | JASSERT(cond) |
#define | MC_ERROR(x,...) mc_error(x, ##__VA_ARGS__) |
#define | MC_SET_DEBUG(x) |
#define | MC_GET_DEBUG() (0) |
#define | MC_SET_SYSLOG(x) |
#define | MC_DEBUG(x,...) |
#define | MC_INFO(x,...) |
Functions | |
JSON_EXPORT void | mc_set_debug (int debug) |
JSON_EXPORT int | mc_get_debug (void) |
JSON_EXPORT void | mc_set_syslog (int syslog) |
JSON_EXPORT void | mc_debug (const char *msg,...) |
JSON_EXPORT void | mc_error (const char *msg,...) |
JSON_EXPORT void | mc_info (const char *msg,...) |
Do not use, json-c internal, may be changed or removed at any time.
#define __STRING | ( | x | ) | #x |
#define JASSERT | ( | cond | ) |
#define JSON_EXPORT extern |
#define MC_DEBUG | ( | x, | |
... | |||
) |
#define MC_ERROR | ( | x, | |
... | |||
) | mc_error(x, ##__VA_ARGS__) |
#define MC_GET_DEBUG | ( | ) | (0) |
#define MC_INFO | ( | x, | |
... | |||
) |
#define MC_SET_DEBUG | ( | x | ) |
#define MC_SET_SYSLOG | ( | x | ) |
JSON_EXPORT void mc_debug | ( | const char * | msg, |
... | |||
) |
JSON_EXPORT void mc_error | ( | const char * | msg, |
... | |||
) |
JSON_EXPORT int mc_get_debug | ( | void | ) |
JSON_EXPORT void mc_info | ( | const char * | msg, |
... | |||
) |
JSON_EXPORT void mc_set_debug | ( | int | debug | ) |
JSON_EXPORT void mc_set_syslog | ( | int | syslog | ) |