Files
oldlinux-files/study/linux-travel/minix-386/estdio21.tar/estdio21/_zwrapup.c
2024-02-19 00:25:23 -05:00

14 lines
392 B
C

/* _ z w r a p u p */
/* __wrapup points at the stdio wrap up function which is called from
* exit(). This is initialised to NULL. When _bwr() is called, it
* initialises __wrapup to point to __ioflush().
*/
#include "stdiolib.h"
/*LINTLIBRARY*/
void (*__Zwrapup) F0(); /* clean up pointer */
/* bss cleared at startup */