head 1.2; access; symbols SFIO_1999:1.1.1.1 SFIO_1998:1.1.1.1 ATT:1.1.1; locks; strict; comment @ * @; 1.2 date 99.09.11.12.42.13; author rse; state Exp; branches; next 1.1; 1.1 date 97.04.08.00.33.12; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.04.08.00.33.12; author rse; state Exp; branches; next ; desc @@ 1.2 log @Incorporate stuff from RSE's Sfio98 variant @ text @#include "sfhdr.h" #include "stdio.h" #undef getc #if __STD_C int getc(FILE*); #else int getc(); #endif #if __STD_C int getc(FILE* f) #else int getc(f) FILE* f; #endif { return __sf_fgetc(f); } @ 1.1 log @Initial revision @ text @d6 6 @ 1.1.1.1 log @Import of Sfio1998 @ text @@