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

/*
STDC(199901)
*/