view modules/malloc @ 12841:6ff1b1c23f57

Perform the same test for many <math.h> functions.
author Bruno Haible <bruno@clisp.org>
date Sun, 31 Jan 2010 19:40:17 +0100
parents 19e60ffc2be6
children dc9c0e0be44e
line wrap: on
line source

Description:
malloc() function that is glibc compatible.

Files:
lib/malloc.c

Depends-on:
malloc-posix

configure.ac:
AC_FUNC_MALLOC
AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Jim Meyering