3 #include <sys/dg_c_generics.h>
14 #ifndef DONTDECLARE_MALLOC
15 extern PTR EXFUN(malloc,(unsigned));
16 extern PTR EXFUN(realloc, (PTR, unsigned));
18 extern int EXFUN(abort,(void));
19 extern int EXFUN(free,(PTR));
20 extern void EXFUN(bcopy,(char*,char*,int));
21 extern void EXFUN(exit,(int));
22 extern void EXFUN(bzero,(char *, int));
28 #include "fopen-same.h"