autoupdate
[gnulib.git] / modules / calloc-posix
blobcead843ae28418d267b280d2f6c3552ae7f87cdf
1 Description:
2 calloc() function: allocate memory with indefinite extent.
4 Files:
5 lib/calloc.c
6 m4/calloc.m4
7 m4/malloc.m4
9 Depends-on:
10 stdlib
12 configure.ac:
13 gl_FUNC_CALLOC_POSIX
14 if test $REPLACE_CALLOC = 1; then
15   AC_LIBOBJ([calloc])
17 gl_STDLIB_MODULE_INDICATOR([calloc-posix])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all