git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / xstrtol
blob3ce76a8802f13054680270dd1cde6fe9db285183
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 exitfail
13 error
14 getopt-gnu
15 gettext-h
16 intprops
17 inttypes
19 configure.ac:
20 gl_XSTRTOL
22 Makefile.am:
24 Include:
25 "xstrtol.h"
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering