Mercurial > hg > octave-kai > gnulib-hg
view lib/xstrtoimax.c @ 8341:7929a12676ab
New module 'vasprintf-posix'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 05 Mar 2007 00:37:52 +0000 |
parents | 8d41d3f68c28 |
children |
line wrap: on
line source
#define __strtol strtoimax #define __strtol_t intmax_t #define __xstrtol xstrtoimax #define STRTOL_T_MINIMUM INTMAX_MIN #define STRTOL_T_MAXIMUM INTMAX_MAX #include "xstrtol.c"