FreeBSD kernel libkern code
strtoul.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ctype.h>
#include <sys/limits.h>
Include dependency graph for strtoul.c:

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
unsigned long strtoul (char *nptr, char **endptr, int base) const
 

Function Documentation

__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().

Here is the caller graph for this function: