|
FreeBSD kernel libkern code
|
#include <sys/cdefs.h>#include <sys/param.h>#include <sys/systm.h>#include <sys/ctype.h>#include <sys/limits.h>
Go to the source code of this file.
Functions | |
| __FBSDID ("$BSDSUniX$") | |
| unsigned long | strtoul (char *nptr, char **endptr, int base) const |
| __FBSDID | ( | "$BSDSUniX$" | ) |
| unsigned long strtoul | ( | char * | nptr, |
| char ** | endptr, | ||
| int | base | ||
| ) | const |
Definition at line 50 of file strtoul.c.
References c.
Referenced by inet_aton().
