hash-set: Add tests.
[gnulib.git] / modules / atoll
blob35f6e045c2ed9cbb3c324b1b79e92ad86a016f91
1 Description:
2 atoll() function: convert decimal string to 'long long'.
4 Files:
5 lib/atoll.c
6 m4/atoll.m4
7 m4/longlong.m4
9 Depends-on:
10 strtoll         [test $HAVE_ATOLL = 0]
12 configure.ac:
13 gl_FUNC_ATOLL
14 if test $HAVE_ATOLL = 0; then
15   AC_LIBOBJ([atoll])
16   gl_PREREQ_ATOLL
18 gl_STDLIB_MODULE_INDICATOR([atoll])
20 Makefile.am:
22 Include:
23 <stdlib.h>
25 License:
26 LGPL
28 Maintainer:
29 all, glibc