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
vasnprintf: Don't use %n on Android.
[gnulib.git]
/
modules
/
strtoll
blob
082d7f4ee5b97d3a3b0258db401b7cdd7a916237
1
Description:
2
strtoll() function: convert string to 'long long'.
3
4
Files:
5
lib/strtol.c
6
lib/strtoll.c
7
m4/longlong.m4
8
m4/strtoll.m4
9
10
Depends-on:
11
limits-h
12
stdlib
13
14
configure.ac:
15
gl_FUNC_STRTOLL
16
if test $HAVE_STRTOLL = 0; then
17
AC_LIBOBJ([strtoll])
18
gl_PREREQ_STRTOLL
19
fi
20
gl_STDLIB_MODULE_INDICATOR([strtoll])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
License:
28
LGPL
29
30
Maintainer:
31
glibc