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