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".
7 #if defined(_POSIX_SOURCE)
13 extern void (*_clean
)(void);
18 if (_clean
) _clean(); /* flush all output files */