posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / atoll
blob69cda85117cf3ae12101d721e7d292035776d31a
1 Description:
2 atoll() function: convert decimal string to 'long long'.
4 Files:
5 lib/atoll.c
6 m4/atoll.m4
8 Depends-on:
9 strtoll         [test $HAVE_ATOLL = 0]
11 configure.ac:
12 gl_FUNC_ATOLL
13 if test $HAVE_ATOLL = 0; then
14   AC_LIBOBJ([atoll])
15   gl_PREREQ_ATOLL
17 gl_STDLIB_MODULE_INDICATOR([atoll])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPL
27 Maintainer:
28 all, glibc