Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / xstrtoimax
blob3ab6623027c9ffce89aca4f2f1a35690e86d897f
1 Description:
2 Convert string to 'intmax_t', with error checking.
4 Files:
5 lib/xstrtoimax.c
7 Depends-on:
8 xstrtol
9 strtoimax
11 configure.ac:
13 Makefile.am:
14 lib_SOURCES += xstrtoimax.c
16 Include:
17 "xstrtol.h"
19 License:
20 GPL
22 Maintainer:
23 Paul Eggert