14 #ifndef DONTDECLARE_MALLOC
15 extern PTR malloc PARAMS ((unsigned));
16 extern PTR realloc PARAMS ((PTR, unsigned));
18 extern int abort PARAMS ((void));
19 extern int free PARAMS ((PTR));
20 extern void bcopy PARAMS ((char*,char*,int));
21 extern void exit PARAMS ((int));
22 extern void bzero PARAMS ((char *, int));
26 #include "fopen-same.h"