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