2 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 * See the copyright notice in the ACK home directory, in the file "Copyright".
12 void (*__functab
[NEXITS
])(void);
15 extern void _exit(int);
17 /* only flush output buffers when necessary */
18 int (*_clean
)(void) = NULL
;
23 register int i
= __funccnt
;
25 /* "Called in reversed order of their registration" */