#include #include #include #include #include #include #include #include #include #include #ifndef DONTDECLARE_MALLOC extern PROTO(PTR,malloc,(unsigned)); extern PROTO(PTR ,realloc, (PTR, unsigned)); #endif extern PROTO(int, abort,(void)); extern PROTO(int, free,(PTR)); extern PROTO(void, bcopy,(char*,char*,int)); extern PROTO(void, exit,(int)); extern int strtol(); extern PROTO(void, bzero,(char *, int)); #define NO_STDARG 1 #include "fopen-same.h"