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

/*
STDC(199901)
*/