strtoimax(3) Library Functions Manual strtoimax(3) strtoimax, strtoumax - integer Standard C library (libc, -lc) #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); strtol(3) strtoul(3), , intmax_t uintmax_t, . . , . INTMAX_MAX, INTMAX_MIN UINTMAX_MAX, errno ERANGE. attributes(7). +----------------------------+----------------------------------------------------------+--------------------------+ | | | | +----------------------------+----------------------------------------------------------+--------------------------+ |strtoimax(), strtoumax() | | MT-Safe locale | +----------------------------+----------------------------------------------------------+--------------------------+ C11, POSIX.1-2008. POSIX.1-2001, C99. imaxabs(3), imaxdiv(3), strtol(3), strtoul(3), wcstoimax(3) () Alexander Golubev , Azamat Hackimov , Hotellook, Nikita , Spiros Georgaras , Vladislav , Yuri Kozlov , Kirill Rekhov ; GNU (GNU General Public License - GPL, 3 ) , - . - , , () () () <>. Linux man-pages 6.12 23 2024 . strtoimax(3)