1 ///////////////////////////////////////////////////////////////////////////////
3 /// \file tuklib_exit.h
4 /// \brief Close stdout and stderr, and exit
5 /// \note Requires tuklib_progname and tuklib_gettext modules
7 // Author: Lasse Collin
9 // This file has been put into the public domain.
10 // You can do whatever you want with this file.
12 ///////////////////////////////////////////////////////////////////////////////
17 #include "tuklib_common.h"
20 #define tuklib_exit TUKLIB_SYMBOL(tuklib_exit)
21 extern void tuklib_exit(int status
, int err_status
, int show_error
)