summaryrefslogtreecommitdiff
path: root/src/inttypes/SCNiPTR.h
blob: 50cb754accf1c1dfd8f237f5af17519ea1993e17 (plain)
1
2
3
4
5
6
7
8
9
10
#include <inttypes.h>
#if WORD_BIT == 64
#define SCNiPTR                                                            "lli"
#else
#define SCNiPTR                                                             "li"
#endif

/*
STDC(199901)
*/