#ifndef EXIT_H #define EXIT_H /* Return code conventions: 110: Unable to access dir 111: General (memory) error 112: Unable to access file */ void _exit(); int rename(const char *, const char *); #endif