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