00001 /*----------------------------------------------------------------------------*/ 00002 /* SCCS Information: %W% %G% */ 00003 /*----------------------------------------------------------------------------*/ 00004 #ifndef MYMALLOC_H 00005 #define MYMALLOC_H 00006 00007 extern void **mymalloc(int size, int n1, int n2); 00008 00009 #endif