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