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
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
strtoull
blob
7f94bcab615bab64a87c5dcde8ba311af697063e
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
limits-h
13
stdlib
14
15
configure.ac:
16
gl_FUNC_STRTOULL
17
if test $HAVE_STRTOULL = 0; then
18
AC_LIBOBJ([strtoull])
19
gl_PREREQ_STRTOULL
20
fi
21
gl_STDLIB_MODULE_INDICATOR([strtoull])
22
23
Makefile.am:
24
25
Include:
26
<stdlib.h>
27
28
License:
29
LGPL
30
31
Maintainer:
32
glibc