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

/*
STDC(199901)
*/