summaryrefslogtreecommitdiff
path: root/src/stdint/uint_fast16_t.h
blob: 0e89fecaf78c4529eaeb92b88854cd3369e78051 (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef unsigned short int                                        uint_fast16_t;

/*
STDC(199901)
*/