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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
reallocarray
blob
11d32bb5fd13b6a8c4740ca5e9ecdb960e9567c1
1
Description:
2
reallocarray function that is glibc compatible.
3
4
Files:
5
lib/reallocarray.c
6
m4/reallocarray.m4
7
8
Depends-on:
9
extensions
10
xalloc-oversized
11
realloc-gnu
12
stdlib
13
14
configure.ac:
15
gl_FUNC_REALLOCARRAY
16
if test $HAVE_REALLOCARRAY = 0; then
17
AC_LIBOBJ([reallocarray])
18
gl_PREREQ_REALLOCARRAY
19
fi
20
gl_MODULE_INDICATOR([reallocarray])
21
gl_STDLIB_MODULE_INDICATOR([reallocarray])
22
23
Makefile.am:
24
25
Include:
26
<stdlib.h>
27
28
License:
29
LGPL
30
31
Maintainer:
32
all