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

14 lines
382 B
C

/* _ z a t e x i t */
/* This file contains a pointer to the exit handler dispatch code.
* It is initialise to NULL and set by atexit(). It is used by
* exit() to call the exit handler code.
*/
#include "stdiolib.h"
/*LINTLIBRARY*/
void (*__Zatexit) F0(); /* exit handler pointer */
/* bss cleared at startup */