Import fastforward 0.51
[fastforward] / exit.h
CommitLineData
8d5530c4
MW
1#ifndef EXIT_H
2#define EXIT_H
3
4extern void _exit();
5
6#endif