repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
xstrtol
blob
9c89aef089682dce1b3e518987d52023e4fda367
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
lib/xstrtol-error.c
9
m4/xstrtol.m4
10
11
Depends-on:
12
assure
13
exitfail
14
error
15
getopt-gnu
16
gettext-h
17
intprops
18
inttypes-incomplete
19
20
configure.ac:
21
gl_XSTRTOL
22
23
Makefile.am:
24
lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
25
26
Include:
27
"xstrtol.h"
28
29
License:
30
GPL
31
32
Maintainer:
33
Jim Meyering