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

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
u_quad_t strtouq (const char *nptr, char **endptr, int base)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strtouq()

u_quad_t strtouq ( const char *  nptr,
char **  endptr,
int  base 
)

Definition at line 50 of file strtouq.c.

References c.