Factor int-properties macros into a single file, except for
[gnulib.git] / modules / xstrtol
1 Description:
2 Convert string to 'long` or 'unsigned long', with error checking.
3
4 Files:
5 lib/intprops.h
6 lib/xstrtol.h
7 lib/xstrtol.c
8 lib/xstrtoul.c
9 m4/ulonglong.m4
10 m4/longlong.m4
11 m4/stdint_h.m4
12 m4/inttypes_h.m4
13 m4/uintmax_t.m4
14 m4/intmax_t.m4
15 m4/xstrtol.m4
16
17 Depends-on:
18 exitfail
19 error
20
21 configure.ac:
22 gl_XSTRTOL
23
24 Makefile.am:
25 lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
26
27 Include:
28 "xstrtol.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Jim Meyering