view modules/malloc-posix @ 9363:4d4d1419d4ab

Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Oct 2007 12:51:22 +0200
parents 970d5cb5b003
children 34c3292ae98c
line wrap: on
line source

Description:
malloc() function: allocate memory with indefinite extent.

Files:
lib/malloc.c
m4/malloc.m4

Depends-on:
stdlib

configure.ac:
gl_FUNC_MALLOC_POSIX
gl_STDLIB_MODULE_INDICATOR([malloc-posix])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Bruno Haible