git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / atoll
blobac5fdcb9b98400231612b480f0733b7bef113819
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 gl_CONDITIONAL([GL_COND_OBJ_ATOLL], [test $HAVE_ATOLL = 0])
14 AM_COND_IF([GL_COND_OBJ_ATOLL], [
15   gl_PREREQ_ATOLL
17 gl_STDLIB_MODULE_INDICATOR([atoll])
19 Makefile.am:
20 if GL_COND_OBJ_ATOLL
21 lib_SOURCES += atoll.c
22 endif
24 Include:
25 <stdlib.h>
27 License:
28 LGPL
30 Maintainer:
31 all, glibc