diff options
Diffstat (limited to 'src/stdint/INT16_C.h')
| -rw-r--r-- | src/stdint/INT16_C.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stdint/INT16_C.h b/src/stdint/INT16_C.h new file mode 100644 index 00000000..ebad0207 --- /dev/null +++ b/src/stdint/INT16_C.h @@ -0,0 +1,7 @@ +#include <stdint.h> + +#define INT16_C(__value) ((int_least16_t)__value) + +/* +STDC(199901) +*/ |
