summaryrefslogtreecommitdiff
path: root/src/stdint/INT_LEAST16_MAX.c
blob: 9a6250941bf0b90763dfb8f5aadf62511275c065 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT_LEAST16_MAX                                                  (32767)

/*
STDC(199901)
*/