repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
warnings: fix compilation with old autoconf
[gnulib/ericb.git]
/
modules
/
strtoull
blob
6bb66fea225ea145ff029e7ae48438ba463c30a9
1
Description:
2
strtoull() function: convert string to 'unsigned long long'.
3
4
Files:
5
lib/strtol.c
6
lib/strtoul.c
7
lib/strtoull.c
8
m4/longlong.m4
9
m4/strtoull.m4
10
11
Depends-on:
12
stdlib
13
14
configure.ac:
15
gl_FUNC_STRTOULL
16
if test $HAVE_STRTOULL = 0; then
17
AC_LIBOBJ([strtoull])
18
gl_PREREQ_STRTOULL
19
fi
20
gl_STDLIB_MODULE_INDICATOR([strtoull])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
License:
28
LGPL
29
30
Maintainer:
31
glibc