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 ("$FreeBSD$")
 
unsigned long strtoul (const char *nptr, char **endptr, int base)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strtoul()

unsigned long strtoul ( const char *  nptr,
char **  endptr,
int  base 
)

Definition at line 52 of file strtoul.c.

References c.

Referenced by inet_aton().

Here is the caller graph for this function: