1Description:
2Convert string to 'long' or 'unsigned long', with error checking.
3
4Files:
5lib/xstrtol.h
6lib/xstrtol.c
7lib/xstrtoul.c
8lib/xstrtol-error.c
9m4/xstrtol.m4
10
11Depends-on:
12exitfail
13error
14getopt-gnu
15gettext-h
16intprops
17inttypes-incomplete
18
19configure.ac:
20gl_XSTRTOL
21
22Makefile.am:
23lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
24
25Include:
26"xstrtol.h"
27
28License:
29GPL
30
31Maintainer:
32Jim Meyering
33