Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- strtoul(3), strtoull(3), strtoumax(3), strtouq(3)
- convert a string to an unsigned long, unsigned long long, uintmax_t, or u_quad_t integer
- wcstol(3), wcstoul(3), wcstoll(3), wcstoull(3), wcstoimax(3), wcstoumax(3)
- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intmax_t or uintmax_t integer
- explain_strtoul(3)
- explain strtoul(3) errors require_index { }
- explain_strtoul_or_die(3)
- convert string to unsigned long and report errors require_index { "convert a string to an unsigned long integer and report errors" }
- explain_strtoull(3)
- explain strtoull(3) errors require_index { }
- explain_strtoull_or_die(3)
- convert string to integer and report errors require_index { "convert a string to an unsigned long integer and report errors" }
- atof(3), atoi(3), atol(3), atoll(3), charstod(3), strtod(3), strtol(3), strtoll(3), strtoul(3), strtoull(3)
- convert text to numbers