#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 /* Macros for the 'type' part of an fopen, freopen or fdopen. [Update] */ #define FOPEN_RB "r" #define FOPEN_WB "w" #define FOPEN_AB "a" #define FOPEN_RUB "r+" #define FOPEN_WUB "w+" #define FOPEN_AUB "a+" #define FOPEN_RT "r" #define FOPEN_WT "w" #define FOPEN_AT "a" #define FOPEN_RUT "r+" #define FOPEN_WUT "w+" #define FOPEN_AUT "a+"