spawn-pipe: Simplify.
[gnulib.git] / modules / atoll
blob8f7c347af58e898661c91e7500043c94f4bc674b
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 stdlib
10 strtoll         [test $HAVE_ATOLL = 0]
12 configure.ac:
13 gl_FUNC_ATOLL
14 gl_CONDITIONAL([GL_COND_OBJ_ATOLL], [test $HAVE_ATOLL = 0])
15 AM_COND_IF([GL_COND_OBJ_ATOLL], [
16   gl_PREREQ_ATOLL
18 gl_STDLIB_MODULE_INDICATOR([atoll])
20 Makefile.am:
21 if GL_COND_OBJ_ATOLL
22 lib_SOURCES += atoll.c
23 endif
25 Include:
26 <stdlib.h>
28 License:
29 LGPL
31 Maintainer:
32 all, glibc