FreeBSD kernel libkern code
strtol.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 strtol.c:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 50 of file strtol.c.

References c.