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 94.04.28.15.23.21; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 94.04.28.15.23.21; author rse; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#include "sfstdio.h" /* ** Cleanup actions before exiting ** Written by Kiem-Phong Vo. */ #if !_PACKAGE_ast && !_lib_atexit && !_lib_on_exit && !_lib_onexit && _exit_cleanup static int _Sfio_already_has_cleanup; #else #if __STD_C void _cleanup(void) #else void _cleanup() #endif { if(_Sfcleanup) (*_Sfcleanup)(); } #endif @ 1.1.1.1 log @Import of Sfio1997 @ text @@