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.32.39; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.04.08.00.32.39; 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 putc #if __STD_C int putc(int, FILE*); #else int putc(); #endif #if __STD_C int putc(int c, FILE* f) #else int putc(c, f) int c; FILE* f; #endif { return __sf_fputc(c,f); } @ 1.1 log @Initial revision @ text @d6 6 @ 1.1.1.1 log @Import of Sfio1998 @ text @@