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