diff options
Diffstat (limited to 'src/inttypes/PRIxLEAST64.h')
-rw-r--r-- | src/inttypes/PRIxLEAST64.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/inttypes/PRIxLEAST64.h b/src/inttypes/PRIxLEAST64.h new file mode 100644 index 00000000..cf0ccf8a --- /dev/null +++ b/src/inttypes/PRIxLEAST64.h @@ -0,0 +1,6 @@ +#include <inttypes.h> +#define PRIxLEAST64 "llx" + +/* +STDC(199901) +*/ |