osprey/cygnus/libiberty/strtol.c File Reference

#include <errno.h>
#include "safe-ctype.h"

Include dependency graph for strtol.c:

Go to the source code of this file.

Defines

#define ULONG_MAX   ((unsigned long)(~0L))
#define LONG_MAX   ((long)(ULONG_MAX >> 1))
#define LONG_MIN   ((long)(~LONG_MAX))

Functions/Subroutines

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


Define Documentation

#define LONG_MAX   ((long)(ULONG_MAX >> 1))

Definition at line 74 of file strtol.c.

#define LONG_MIN   ((long)(~LONG_MAX))

Definition at line 78 of file strtol.c.

Referenced by check_defines(), and strtol().

#define ULONG_MAX   ((unsigned long)(~0L))

Definition at line 70 of file strtol.c.


Function Documentation

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


Generated on Wed Apr 8 15:03:56 2009 for Open64 by  doxygen 1.5.6