Mercurial > hg > octave-shane > gnulib-hg
view modules/strtoimax @ 6323:af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
* modules/strtoimax (Depends-on): Likewise.
* modules/utimecmp (Depends-on): Likewise.
* lib/exclude.c: Include verify.h.
(verify): Remove. All callers changed to use verify.h's version.
* lib/strtoimax.c: Likewise.
* lib/utimecmp.c: Likewis.e
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 02 Oct 2005 22:44:15 +0000 |
parents | 42b53a22aee5 |
children | 1f6871379885 |
line wrap: on
line source
Description: strtoimax() function: convert string to 'intmax_t'. Files: lib/strtoimax.c m4/longlong.m4 m4/stdint_h.m4 m4/inttypes_h.m4 m4/intmax_t.m4 m4/strtoimax.m4 Depends-on: strtoll verify configure.ac: gl_FUNC_STRTOIMAX Makefile.am: Include: License: GPL Maintainer: Paul Eggert