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

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strtol()

long strtol ( const char *  nptr,
char **  endptr,
int  base 
)

Definition at line 52 of file strtol.c.

References c.