summaryrefslogtreecommitdiff
path: root/src/inttypes/SCNXPTR.h
blob: 7df00b29bd9cec30265f8628bc82442b9361573f (plain)
1
2
3
4
5
6
7
8
9
10
#include <inttypes.h>
#if WORD_BIT == 64
#define SCNXPTR                                                            "llX"
#else
#define SCNXPTR                                                             "lX"
#endif

/*
STDC(199901)
*/