diff options
Diffstat (limited to 'src/stdint/int_fast16_t.h')
-rw-r--r-- | src/stdint/int_fast16_t.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/int_fast16_t.h b/src/stdint/int_fast16_t.h new file mode 100644 index 00000000..4dcf9838 --- /dev/null +++ b/src/stdint/int_fast16_t.h @@ -0,0 +1,6 @@ +#include <stdint.h> +typedef short int int_fast16_t; + +/* +STDC(199901) +*/ |