7 lines
60 B

9 years ago
#ifndef EXIT_H
#define EXIT_H
extern void _exit();
#endif