malloc-h: New module.
[gnulib.git] / modules / strtoll
blob7b6d80c55dae17a12712147b76e7e5b1f30d36fe
1 Description:
2 strtoll() function: convert string to 'long long'.
4 Files:
5 lib/strtol.c
6 lib/strtoll.c
7 m4/strtoll.m4
9 Depends-on:
10 limits-h
11 stdlib
13 configure.ac:
14 gl_FUNC_STRTOLL
15 if test $HAVE_STRTOLL = 0; then
16   AC_LIBOBJ([strtoll])
17   gl_PREREQ_STRTOLL
19 gl_STDLIB_MODULE_INDICATOR([strtoll])
21 Makefile.am:
23 Include:
24 <stdlib.h>
26 License:
27 LGPL
29 Maintainer:
30 glibc