#ifndef __TCI_INTTYPES_H #define __TCI_INTTYPES_H #include intmax_t strtoimax(const char *restrict nptr, char **restrict endptr, int base); uintmax_t strtoumax(const char *restrict nptr, char **restrict endptr, int base); #endif