Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / xstrtol
blob26240ecc994fd845a066dfc3729db48bade6e655
1 Description:
2 Convert string to 'long' or 'unsigned long', with error checking.
4 Files:
5 lib/xstrtol.h
6 lib/xstrtol.c
7 lib/xstrtoul.c
8 lib/xstrtol-error.c
9 m4/xstrtol.m4
11 Depends-on:
12 assure
13 exitfail
14 error
15 getopt-gnu
16 gettext-h
17 inttypes-incomplete
19 configure.ac:
20 gl_XSTRTOL
22 Makefile.am:
23 lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
25 Include:
26 "xstrtol.h"
28 License:
29 GPL
31 Maintainer:
32 Jim Meyering