/* malloc.h  (Steve Hill)  1.1  3/9/90$ */

/* malloc.h
 *
 * Header for people wanting to use memory allocators.
 */

extern char	*malloc PROTO((unsigned));
