doc: Improve documentation of previous POSIX functions.
[gnulib.git] / modules / reallocarray
blob380434870ee5d499099d3b09e4f7c96f7d94e6e1
1 Description:
2 reallocarray function that is glibc compatible.
4 Files:
5 lib/reallocarray.c
6 m4/malloc.m4
7 m4/reallocarray.m4
9 Depends-on:
10 extensions
11 realloc-gnu    [test $HAVE_REALLOCARRAY = 0 || test $REPLACE_REALLOCARRAY = 1]
12 stdckdint      [test $HAVE_REALLOCARRAY = 0 || test $REPLACE_REALLOCARRAY = 1]
13 stdlib
15 configure.ac:
16 gl_FUNC_REALLOCARRAY
17 gl_CONDITIONAL([GL_COND_OBJ_REALLOCARRAY],
18                [test $HAVE_REALLOCARRAY = 0 || test $REPLACE_REALLOCARRAY = 1])
19 AM_COND_IF([GL_COND_OBJ_REALLOCARRAY], [
20   gl_PREREQ_REALLOCARRAY
22 gl_MODULE_INDICATOR([reallocarray])
23 gl_STDLIB_MODULE_INDICATOR([reallocarray])
25 Makefile.am:
26 if GL_COND_OBJ_REALLOCARRAY
27 lib_SOURCES += reallocarray.c
28 endif
30 Include:
31 <stdlib.h>
33 License:
34 LGPLv2+
36 Maintainer:
37 all