1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/realloc
Paul Eggert 55623f58e7 * gnulib-tool (func_import): Add support for 'public domain' license.
* modules/alloca, modules/atexit, modules/memmove:
Now public domain, not GPL.
* modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
* modules/realloc, modules/strerror, modules/strtod:
Now LGPL, not GPL.
2005-07-05 07:14:00 +00:00

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