verify: new macro 'assume'
[gnulib.git] / modules / xstrtoimax
1 Description:
2 Convert string to 'intmax_t', with error checking.
3
4 Files:
5 lib/xstrtoimax.c
6
7 Depends-on:
8 xstrtol
9 strtoimax
10
11 configure.ac:
12
13 Makefile.am:
14 lib_SOURCES += xstrtoimax.c
15
16 Include:
17 "xstrtol.h"
18
19 License:
20 GPL
21
22 Maintainer:
23 Paul Eggert