view modules/calloc-gnu @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents 965c92664dc8
children
line wrap: on
line source

Description:
calloc() function that is glibc compatible.

Files:
lib/calloc.c
m4/calloc.m4

Depends-on:
calloc-posix

configure.ac:
gl_FUNC_CALLOC_GNU
if test $REPLACE_CALLOC = 1; then
  AC_LIBOBJ([calloc])
fi
gl_MODULE_INDICATOR([calloc-gnu])

Makefile.am:

Include:
<stdlib.h>

License:
GPL

Maintainer:
Jim Meyering