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

/*
STDC(199901)
*/