mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/stdlib-h: Renamed from modules/stdlib. * modules/stdlib-h-tests: Renamed from modules/stdlib-tests. * modules/stdlib-h-c++-tests: Renamed from modules/stdlib-c++-tests. * tests/test-stdlib-h.c: Renamed from tests/test-stdlib.c. * tests/test-stdlib-h-c++.cc: Renamed from tests/test-stdlib-c++.cc. * tests/test-stdlib-h-c++2.cc: Renamed from tests/test-stdlib-c++2.cc. * doc/posix-headers/stdlib.texi: Update. * doc/posix-functions/exit.texi: Update. * modules/* (Depends-on): Update. * modules/stdlib: New file.
30 lines
431 B
Plaintext
30 lines
431 B
Plaintext
Description:
|
|
calloc() function: allocate memory with indefinite extent.
|
|
|
|
Files:
|
|
lib/calloc.c
|
|
m4/calloc.m4
|
|
m4/malloc.m4
|
|
|
|
Depends-on:
|
|
stdckdint-h [test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1]
|
|
stdlib-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_CALLOC_POSIX
|
|
if test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1; then
|
|
AC_LIBOBJ([calloc])
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([calloc-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|