summaryrefslogtreecommitdiff
path: root/src/stdint/int_fast16_t.c
blob: 4dcf98388e1229d5e291dbbe0ac80eaef2567598 (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef short int                                                  int_fast16_t;

/*
STDC(199901)
*/