#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" /* From ANSI C , which we can't depend upon the existence of */ #ifndef offsetof #define offsetof(type,memb) ((size_t)&(((type *)0)->memb)) #endif