summaryrefslogtreecommitdiff
path: root/nonstd/stubs/inttypes.h
blob: acaa97af3555a0b83c7ce0e4607d207250568a87 (plain)
1
2
3
4
5
6
#define SIZE_MAX 0xffffffff
typedef long long int intmax_t;
typedef unsigned long long int uintmax_t;
typedef unsigned long int intptr_t;
intmax_t strtoimax(const char *, char **, int);
uintmax_t strtoumax(const char *, char **, int);