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

/*
STDC(199901)
*/