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