Rizin
unix-like reverse engineering framework and cli tools
tuklib_exit.h
Go to the documentation of this file.
1 //
6 //
7 // Author: Lasse Collin
8 //
9 // This file has been put into the public domain.
10 // You can do whatever you want with this file.
11 //
13 
14 #ifndef TUKLIB_EXIT_H
15 #define TUKLIB_EXIT_H
16 
17 #include "tuklib_common.h"
19 
20 #define tuklib_exit TUKLIB_SYMBOL(tuklib_exit)
21 extern void tuklib_exit(int status, int err_status, int show_error)
23 
25 #endif
static const char struct stat static buf struct stat static buf static vhangup int status
Definition: sflib.h:145
Common definitions for tuklib modules.
#define TUKLIB_DECLS_END
Definition: tuklib_common.h:48
#define tuklib_attr_noreturn
Definition: tuklib_common.h:63
#define TUKLIB_DECLS_BEGIN
Definition: tuklib_common.h:40
#define tuklib_exit
Definition: tuklib_exit.h:20