Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_exit.h
Go to the documentation of this file.
1// SPDX-License-Identifier: 0BSD
2
4//
8//
9// Author: Lasse Collin
10//
12
13#ifndef TUKLIB_EXIT_H
14#define TUKLIB_EXIT_H
15
16#include "tuklib_common.h"
18
19#define tuklib_exit TUKLIB_SYMBOL(tuklib_exit)
21extern void tuklib_exit(int status, int err_status, int show_error);
22
24#endif
#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
Common definitions for tuklib modules.