ack/util/opt/cleanup.h
2015-06-24 23:41:47 +01:00

11 lines
296 B
C

/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef UTIL_OPT_CLEANUP_H
#define UTIL_OPT_CLEANUP_H
/* util/opt/cleanup.c */
void cleanup(void);
#endif /* UTIL_OPT_CLEANUP_H */