view modules/calloc @ 13415:a884db63982b

Avoid some more warnings from "gcc -Wwrite-strings".
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Jun 2010 21:17:11 +0200
parents a4f83e0e605c
children 24728c5de40b
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:
AC_FUNC_CALLOC

Makefile.am:

Include:
<stdlib.h>

License:
GPL

Maintainer:
Jim Meyering