S2OPC OPCUA Toolkit
|
Go to the source code of this file.
#define __STRINGIFY | ( | a | ) |
#define __PRI64 | ( | x | ) |
#define __SCN64 | ( | x | ) |
#define __PRI64LEAST | ( | x | ) |
#define __SCN64LEAST | ( | x | ) |
#define __PRI64FAST | ( | x | ) |
#define __SCN64FAST | ( | x | ) |
#define PRId64 __PRI64(d) |
#define PRIi64 __PRI64(i) |
#define PRIo64 __PRI64(o) |
#define PRIu64 __PRI64(u) |
#define PRIx64 __PRI64(x) |
#define PRIX64 __PRI64(X) |
#define SCNd64 __SCN64(d) |
#define SCNi64 __SCN64(i) |
#define SCNo64 __SCN64(o) |
#define SCNu64 __SCN64(u) |
#define SCNx64 __SCN64(x) |
#define PRIdLEAST64 __PRI64LEAST(d) |
#define PRIiLEAST64 __PRI64LEAST(i) |
#define PRIoLEAST64 __PRI64LEAST(o) |
#define PRIuLEAST64 __PRI64LEAST(u) |
#define PRIxLEAST64 __PRI64LEAST(x) |
#define PRIXLEAST64 __PRI64LEAST(X) |
#define SCNdLEAST64 __SCN64LEAST(d) |
#define SCNiLEAST64 __SCN64LEAST(i) |
#define SCNoLEAST64 __SCN64LEAST(o) |
#define SCNuLEAST64 __SCN64LEAST(u) |
#define SCNxLEAST64 __SCN64LEAST(x) |
#define PRIdFAST64 __PRI64FAST(d) |
#define PRIiFAST64 __PRI64FAST(i) |
#define PRIoFAST64 __PRI64FAST(o) |
#define PRIuFAST64 __PRI64FAST(u) |
#define PRIxFAST64 __PRI64FAST(x) |
#define PRIXFAST64 __PRI64FAST(X) |
#define SCNdFAST64 __SCN64FAST(d) |
#define SCNiFAST64 __SCN64FAST(i) |
#define SCNoFAST64 __SCN64FAST(o) |
#define SCNuFAST64 __SCN64FAST(u) |
#define SCNxFAST64 __SCN64FAST(x) |