head 1.1; branch 1.1.1; access; symbols SFIO_1999:1.1.1.1 SFIO_1998:1.1.1.1 SFIO_1997:1.1.1.1 ATT:1.1.1; locks; strict; comment @ * @; 1.1 date 96.10.31.15.17.27; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 96.10.31.15.17.27; author rse; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#include "sfhdr.h" #undef sfputl #if __STD_C int sfputl(reg Sfio_t* f, Sflong_t l) #else int sfputl(f,l) reg Sfio_t* f; reg Sflong_t l; #endif { return __sf_putl(f,l); } @ 1.1.1.1 log @Import of Sfio1997 @ text @@