#ifndef EXIT_H #define EXIT_H #ifndef __GNUC__ extern void _exit(); #else extern void _exit(int); #endif /* __GNUC__ */ #endif