#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) |
Definition in file strtoul.c.
unsigned long isc_strtoul | ( | const char * | nptr, | |
char ** | endptr, | |||
int | base | |||
) |