summaryrefslogtreecommitdiff
path: root/src/stdint/INTMAX_MAX.h
blob: 07d54edc6228539ae0f47cc5922c57c8407d2731 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INTMAX_MAX                                       (9223372036854775807LL)

/*
STDC(199901)
*/