mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
22 lines
200 B
Plaintext
22 lines
200 B
Plaintext
Description:
|
|
realloc() function that is glibc compatible.
|
|
|
|
Files:
|
|
lib/realloc.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_FUNC_REALLOC
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|