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

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
quad_t strtoq (const char *nptr, char **endptr, int base)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
quad_t strtoq ( const char *  nptr,
char **  endptr,
int  base 
)

Definition at line 48 of file strtoq.c.

References c.