error: Avoid "function declaration isn't a prototype" warning.
[gnulib.git] / modules / atoll
blobd1a53644d4687de4ee9e7a2f7475f3d584274ded
1 Description:
2 atoll() function: convert decimal string 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