diff options
author | dota17 <chenguopingdota@163.com> | 2020-02-20 15:17:05 +0800 |
---|---|---|
committer | dota17 <chenguopingdota@163.com> | 2020-02-25 14:51:35 +0800 |
commit | 3c3b5920f77c751471cd46b92f9d3f5aa6ff2557 (patch) | |
tree | 72950e90387b3a90163162c71c37c92f416e8f1e /json_inttypes.h | |
parent | 518f337ce81317525eb2ca1d11eac2b68a4b227c (diff) | |
download | json-c-3c3b5920f77c751471cd46b92f9d3f5aa6ff2557.tar.gz |
add uint64 data to json-c
Diffstat (limited to 'json_inttypes.h')
-rw-r--r-- | json_inttypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json_inttypes.h b/json_inttypes.h index 3854913..e047d4f 100644 --- a/json_inttypes.h +++ b/json_inttypes.h @@ -17,6 +17,7 @@ #define PRId64 "I64d" #define SCNd64 "I64d" +#define PRIu64 "I64u" #endif |