inttypes: Add PRIu64

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-02-24 17:17:20 +00:00
parent f172a21df9
commit 3602765e7f
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
#define PRId64 "lld"
#endif
#ifndef PRIu64
#define PRIu64 "llu"
#endif
/* Windows does not have sizet formating codes */
#if defined(_WIN32)