index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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) */