mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
303 B
Plaintext
27 lines
303 B
Plaintext
Description:
|
|
realloc() function: allocate memory with indefinite extent.
|
|
|
|
Files:
|
|
lib/realloc.c
|
|
m4/realloc.m4
|
|
m4/malloc.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
|
|
configure.ac:
|
|
gl_FUNC_REALLOC_POSIX
|
|
gl_STDLIB_MODULE_INDICATOR([realloc-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|