2 * this file (combined.c) is malloc.c, free.c, and realloc.c, combined into
3 * one file, because the malloc.o in libc defined malloc, realloc, and free,
4 * and libc sometimes invokes realloc, which can greatly confuse things
5 * in the linking process...
7 * $Id: combined.c,v 1.1 1993/10/26 06:52:17 cgd Exp $