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