|
|
@ -218,6 +218,8 @@ extern "C" |
|
|
|
char *nxt64str2(uint64_t nxt64bits); |
|
|
|
cJSON *addrs_jsonarray(uint64_t *addrs,int32_t num); |
|
|
|
int32_t myatoi(char *str,int32_t range); |
|
|
|
void cJSON_register(cJSON *item); |
|
|
|
void cJSON_unregister(cJSON *item); |
|
|
|
|
|
|
|
char *stringifyM(char *str); |
|
|
|
#define replace_backslashquotes unstringify |
|
|
|