comparison th_types.h @ 494:b235d8f292c5

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Dec 2019 13:19:42 +0200
parents e4ce60239d16
children 30c57a9ea3be
comparison
equal deleted inserted replaced
493:3a733cdfc576 494:b235d8f292c5
68 # define PRIu64 "llu" 68 # define PRIu64 "llu"
69 # define PRId64 "lld" 69 # define PRId64 "lld"
70 # define PRIx64 "llx" 70 # define PRIx64 "llx"
71 # define PRIi64 "lli" 71 # define PRIi64 "lli"
72 # define PRIo64 "llo" 72 # define PRIo64 "llo"
73 typedef long long int intmax_t;
74 typedef unsigned long long int uintmax_t;
75 # endif 73 # endif
76 # define PRIu_SIZE_T "u" 74 # define PRIu_SIZE_T "u"
77 # define PRId_SSIZE_T "d" 75 # define PRId_SSIZE_T "d"
78 # define PRIx_SIZE_T "x" 76 # define PRIx_SIZE_T "x"
79 # ifndef TH_PTRSIZE 77 # ifndef TH_PTRSIZE