view modules/calloc-gnu @ 40230:25f5a9e7e5fb

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 11 Mar 2019 09:16:52 -0700
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