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