iconv-h: Fix module description.
[gnulib.git] / modules / malloc-posix
blobb5ab59427ec45ee9a7e910551cd0fcfc5296cfa1
1 Description:
2 malloc() function: allocate memory with indefinite extent.
4 Files:
5 lib/malloc.c
6 m4/malloc.m4
8 Depends-on:
9 stdlib
11 configure.ac:
12 gl_FUNC_MALLOC_POSIX
13 if test $REPLACE_MALLOC = 1; then
14   AC_LIBOBJ([malloc])
16 gl_STDLIB_MODULE_INDICATOR([malloc-posix])
18 Makefile.am:
20 Include:
21 <stdlib.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 all