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