Mercurial > hg > octave-lojdl > gnulib-hg
view lib/xstrtoull.c @ 17329:d69dfef8e8c6
lib/stdlib.in.h: Fix return type for secure_getenv C++ alias declaration.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 09 Feb 2013 15:11:07 -0500 |
parents | 1276be199c4c |
children |
line wrap: on
line source
#define __strtol strtoull #define __strtol_t unsigned long long int #define __xstrtol xstrtoull #define STRTOL_T_MINIMUM 0 #define STRTOL_T_MAXIMUM ULLONG_MAX #include "xstrtol.c"