mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
add uint64 data to json-c
This commit is contained in:
@@ -103,6 +103,7 @@ JSON_EXPORT const char *json_util_get_last_err(void);
|
||||
|
||||
|
||||
JSON_EXPORT int json_parse_int64(const char *buf, int64_t *retval);
|
||||
JSON_EXPORT int json_parse_uint64(const char *buf, uint64_t *retval);
|
||||
JSON_EXPORT int json_parse_double(const char *buf, double *retval);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user