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
xset: New module.
[gnulib.git]
/
modules
/
xstrtoll
blob
ee5fa8efcf142b7ea04d347d5da32727b4625b74
1
Description:
2
Convert string to 'long long' or 'unsigned long long', with error checking.
3
4
Files:
5
lib/xstrtoll.c
6
lib/xstrtoull.c
7
8
Depends-on:
9
limits-h
10
strtoll
11
strtoull
12
xstrtol
13
14
configure.ac:
15
AC_LIBOBJ([xstrtoll])
16
AC_LIBOBJ([xstrtoull])
17
AC_TYPE_LONG_LONG_INT
18
test $ac_cv_type_long_long_int = no \
19
&& AC_MSG_ERROR(
20
[you lack long long support; required by gnulib's xstrtoll module])
21
22
Makefile.am:
23
24
Include:
25
"xstrtol.h"
26
27
License:
28
GPL
29
30
Maintainer:
31
Jim Meyering