/* * $Source$ * $Author$ * $Header$ * * Copyright (C) 1993 by the Massachusetts Institute of Technology * * This is a stub routine that defines the malloc, realloc, free, etc. * It also #includes string.h and strings.h, so that the debugging * malloc can redefine them if necessary. */ extern char *malloc(); extern char *realloc(); extern void free(); #include #include