diff options
Diffstat (limited to 'include/exit.h')
-rw-r--r-- | include/exit.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/exit.h b/include/exit.h new file mode 100644 index 0000000..f74b741 --- /dev/null +++ b/include/exit.h @@ -0,0 +1,13 @@ +#ifndef EXIT_H +#define EXIT_H + +/** + @file exit.h + @author djb, feh + @source qmail + @brief convenience header +*/ + +extern void _exit(int); + +#endif |