Current File : //usr/lib/llib-lbsdmalloc
/* LINTLIBRARY */
/* PROTOLIB1 */

/*
 * Copyright (c) 1997 by Sun Microsystems, Inc. 
 * All rights reserved. 
 */ 
#pragma ident	"%Z%%M%	%I%	%E% SMI"

#include <sys/types.h>
#include <unistd.h>

char *malloc(unsigned nbytes);
int free(char *cp);
char *realloc(char *cp, unsigned nbytes);