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
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
atoll
blob
69cda85117cf3ae12101d721e7d292035776d31a
1
Description:
2
atoll() function: convert decimal string to 'long long'.
3
4
Files:
5
lib/atoll.c
6
m4/atoll.m4
7
8
Depends-on:
9
strtoll [test $HAVE_ATOLL = 0]
10
11
configure.ac:
12
gl_FUNC_ATOLL
13
if test $HAVE_ATOLL = 0; then
14
AC_LIBOBJ([atoll])
15
gl_PREREQ_ATOLL
16
fi
17
gl_STDLIB_MODULE_INDICATOR([atoll])
18
19
Makefile.am:
20
21
Include:
22
<stdlib.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
all, glibc
29