table of contents
other versions
- stretch 4.9.168-1
SIMPLE_STRTOUL(9) | Basic C Library Functions | SIMPLE_STRTOUL(9) |
NAME¶
simple_strtoul - convert a string to an unsigned longSYNOPSIS¶
unsigned long simple_strtoul(const char * cp, char ** endp, unsigned int base);
ARGUMENTS¶
cpThe start of the string
endp
A pointer to the end of the parsed string will be placed
here
base
The number base to use
DESCRIPTION¶
This function is obsolete. Please use kstrtoul instead.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |