Exit-status fixes from coreutils.
[gnulib.git] / modules / xstrtol
1 Description:
2 Convert string to 'long` or 'unsigned long', with error checking.
3
4 Files:
5 lib/xstrtol.h
6 lib/xstrtol.c
7 lib/xstrtoul.c
8 m4/ulonglong.m4
9 m4/longlong.m4
10 m4/stdint_h.m4
11 m4/inttypes_h.m4
12 m4/uintmax_t.m4
13 m4/intmax_t.m4
14 m4/xstrtol.m4
15
16 Depends-on:
17 exitfail
18
19 configure.ac:
20 gl_XSTRTOL
21
22 Makefile.am:
23 lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
24
25 Include:
26 "xstrtol.h"
27
28 Maintainer:
29 Jim Meyering
30