ignore-value: handle pointer types, too
[gnulib.git] / modules / malloc
1 Description:
2 malloc() function that is glibc compatible.
3
4 Files:
5 lib/malloc.c
6
7 Depends-on:
8 malloc-posix
9
10 configure.ac:
11 AC_FUNC_MALLOC
12 AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
13
14 Makefile.am:
15
16 Include:
17 <stdlib.h>
18
19 License:
20 LGPLv2+
21
22 Maintainer:
23 Jim Meyering