Purple  0.1
Standard Language Specification
shutdown.h
Go to the documentation of this file.
1
8#ifndef SHUTDOWN_H
9#define SHUTDOWN_H
10
11void close_files(void);
12void shutdown(void);
13
14#endif /* SHUTDOWN_H */
void shutdown(void)
Tie up any loose ends that may have arisen.
Definition: shutdown.c:37
void close_files(void)
Close any open input/output files.
Definition: shutdown.c:16