mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
222 B
Plaintext
24 lines
222 B
Plaintext
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
|