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