repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
realloc-posix
blob
8e4924d471c603f16e7873637925936c8f6478b4
1
Description:
2
realloc() function: allocate memory with indefinite extent.
3
4
Files:
5
lib/realloc.c
6
m4/realloc.m4
7
m4/malloc.m4
8
9
Depends-on:
10
stdlib
11
12
configure.ac:
13
gl_FUNC_REALLOC_POSIX
14
if test $REPLACE_REALLOC = 1; then
15
AC_LIBOBJ([realloc])
16
fi
17
gl_STDLIB_MODULE_INDICATOR([realloc-posix])
18
19
Makefile.am:
20
21
Include:
22
<stdlib.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all