strtoul.c File Reference

#include <config.h>
#include <limits.h>
#include <ctype.h>
#include <errno.h>
#include <isc/stdlib.h>
#include <isc/util.h>

Go to the source code of this file.

Functions

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


Detailed Description

Definition in file strtoul.c.


Function Documentation

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

Convert a string to an unsigned long integer.

Ignores `locale' stuff. Assumes that the upper and lower case alphabets and digits are each contiguous.

Definition at line 70 of file strtoul.c.

References DE_CONST, and s.


Generated on Tue Apr 28 17:41:18 2015 by Doxygen 1.5.4 for BIND9 Internals 9.11.0pre-alpha