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