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