Description: calloc() function: allocate memory with indefinite extent. Files: lib/calloc.c m4/calloc.m4 m4/malloc.m4 Depends-on: stdlib configure.ac: gl_FUNC_CALLOC_POSIX if test $REPLACE_CALLOC = 1; then AC_LIBOBJ([calloc]) fi gl_STDLIB_MODULE_INDICATOR([calloc-posix]) Makefile.am: Include: License: LGPLv2+ Maintainer: Bruno Haible