summaryrefslogtreecommitdiff
path: root/json_inttypes.h
diff options
context:
space:
mode:
authordota17 <chenguopingdota@163.com>2020-02-20 15:17:05 +0800
committerdota17 <chenguopingdota@163.com>2020-02-25 14:51:35 +0800
commit3c3b5920f77c751471cd46b92f9d3f5aa6ff2557 (patch)
tree72950e90387b3a90163162c71c37c92f416e8f1e /json_inttypes.h
parent518f337ce81317525eb2ca1d11eac2b68a4b227c (diff)
downloadjson-c-3c3b5920f77c751471cd46b92f9d3f5aa6ff2557.tar.gz
add uint64 data to json-c
Diffstat (limited to 'json_inttypes.h')
-rw-r--r--json_inttypes.h1
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