6 lines
60 B

#ifndef EXIT_H
#define EXIT_H
extern void _exit();
#endif