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
2//
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)
21extern void tuklib_exit(int status, int err_status, int show_error)
23
25#endif
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