Mercurial > hg > octave-nkf > gnulib-hg
view lib/xstrtoul.c @ 8551:a2ed636e1b10
Support 'j' size specifier on all platforms.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 26 Mar 2007 00:14:00 +0000 |
parents | 33e8f958b651 |
children |
line wrap: on
line source
#define __strtol strtoul #define __strtol_t unsigned long int #define __xstrtol xstrtoul #define STRTOL_T_MINIMUM 0 #define STRTOL_T_MAXIMUM ULONG_MAX #include "xstrtol.c"