wcstoimax(3) Library Functions Manual wcstoimax(3) wcstoimax, wcstoumax - (libc -lc) #include #include intmax_t wcstoimax(const wchar_t *restrict nptr, wchar_t **restrict endptr, int base); uintmax_t wcstoumax(const wchar_t *restrict nptr, wchar_t **restrict endptr, int base); wcstol(3) wcstoul(3) intmax_t uintmax_t . attributes(7). +----------------------+------------------------------------+---------------------------------------------------------------------------------------------+ | | | | +----------------------+------------------------------------+---------------------------------------------------------------------------------------------+ |wcstoimax(), | | (locale) (MT-Safe) | |wcstoumax() | | | +----------------------+------------------------------------+---------------------------------------------------------------------------------------------+ C11, POSIX.1-2008. POSIX.1-2001 C99. imaxabs(3), imaxdiv(3), strtoimax(3), strtoumax(3), wcstol(3), wcstoul(3) 3 . . : . 6.18 8 2026 wcstoimax(3)