summaryrefslogtreecommitdiff
path: root/src/inttypes/PRIu64.h
blob: 8e6002381efa56fb019d897abafd9e2b4cf4ed38 (plain)
1
2
3
4
5
6
#include <inttypes.h>
#define PRIu64                                                             "llu"

/*
STDC(199901)
*/