1 // SPDX-License-Identifier: 0BSD
3 ///////////////////////////////////////////////////////////////////////////////
5 /// \file tuklib_exit.h
6 /// \brief Close stdout and stderr, and exit
7 /// \note Requires tuklib_progname and tuklib_gettext modules
9 // Author: Lasse Collin
11 ///////////////////////////////////////////////////////////////////////////////
16 #include "tuklib_common.h"
19 #define tuklib_exit TUKLIB_SYMBOL(tuklib_exit)
21 extern void tuklib_exit(int status
, int err_status
, int show_error
);