Annotation of GNUtools/libg++/libio/cleanup.c, revision 1.1

1.1     ! root        1: #include "libioP.h"
        !             2: #if _G_HAVE_ATEXIT
        !             3: #include <stdlib.h>
        !             4: 
        !             5: typedef void (*voidfunc) _PARAMS((void));
        !             6: 
        !             7: static void _IO_register_cleanup ()
        !             8: {
        !             9:   atexit ((voidfunc)_IO_flush_all);
        !            10:   _IO_cleanup_registration_needed = 0;
        !            11: }
        !            12: 
        !            13: void (*_IO_cleanup_registration_needed)() = _IO_register_cleanup;
        !            14: #endif /* _G_HAVE_ATEXIT */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.