summaryrefslogtreecommitdiff
path: root/src/stdint/intmax_t.h
blob: 3c5532c5d627755300ae8b8a438887ac20b00c44 (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef long long int                                                  intmax_t;

/*
STDC(199901)
*/