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