Mercurial > hg > octave-nkf > gnulib-hg
view lib/xstrtoumax.c @ 10001:facc928673d7
Declare rpmatch.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 29 Apr 2008 02:55:59 +0200 |
parents | 8d41d3f68c28 |
children |
line wrap: on
line source
#define __strtol strtoumax #define __strtol_t uintmax_t #define __xstrtol xstrtoumax #define STRTOL_T_MINIMUM 0 #define STRTOL_T_MAXIMUM UINTMAX_MAX #include "xstrtol.c"