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