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
Assume Autoconf >= 2.63.
[gnulib.git]
/
modules
/
xstrtoumax
blob
0d8ad36f646cc708f7f84d1087a4e5899a838a29
1
Description:
2
Convert string to 'uintmax_t', with error checking.
3
4
Files:
5
lib/xstrtoumax.c
6
7
Depends-on:
8
xstrtol
9
strtoumax
10
11
configure.ac:
12
13
Makefile.am:
14
lib_SOURCES += xstrtoumax.c
15
16
Include:
17
"xstrtol.h"
18
19
License:
20
GPL
21
22
Maintainer:
23
Paul Eggert