/****************************************************************************
 *
 * $Source: /usr/local/cvsroot/unixlib/source/clib/h/malloc,v $
 * $Date: 1997/10/09 19:59:47 $
 * $Revision: 1.2 $
 * $State: Exp $
 * $Author: unixlib $
 *
 ***************************************************************************/

#ifndef __MALLOC_H
#define __MALLOC_H 1
#ifndef __STDLIB_H
#include <stdlib.h>
#endif
#endif
