mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
260 B
Plaintext
25 lines
260 B
Plaintext
Description:
|
|
calloc() function that is glibc compatible.
|
|
|
|
Files:
|
|
lib/calloc.c
|
|
m4/calloc.m4
|
|
|
|
Depends-on:
|
|
calloc-posix
|
|
|
|
configure.ac:
|
|
gl_FUNC_CALLOC_GNU
|
|
gl_MODULE_INDICATOR([calloc-gnu])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|