#ifndef EXIT_H #define EXIT_H /** @file exit.h @author djb, feh @source qmail @brief convenience header */ extern void _exit(int); #endif