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