Import ezmlm 0.53
[ezmlm] / exit.h
CommitLineData
5b62e993
MW
1#ifndef EXIT_H
2#define EXIT_H
3
4extern void _exit();
5
6#endif