Rizin
unix-like reverse engineering framework and cli tools
main.h
Go to the documentation of this file.
1
//
5
//
6
// Author: Lasse Collin
7
//
8
// This file has been put into the public domain.
9
// You can do whatever you want with this file.
10
//
12
14
enum
exit_status_type
{
15
E_SUCCESS
= 0,
16
E_ERROR
= 1,
17
E_WARNING
= 2,
18
};
19
20
24
extern
void
set_exit_status
(
enum
exit_status_type
new_status);
25
26
30
extern
void
set_exit_no_warn
(
void
);
set_exit_no_warn
void set_exit_no_warn(void)
Definition:
main.c:51
set_exit_status
void set_exit_status(enum exit_status_type new_status)
Definition:
main.c:31
exit_status_type
exit_status_type
Possible exit status values. These are the same as used by gzip and bzip2.
Definition:
main.h:14
E_ERROR
@ E_ERROR
Definition:
main.h:16
E_WARNING
@ E_WARNING
Definition:
main.h:17
E_SUCCESS
@ E_SUCCESS
Definition:
main.h:15
subprojects
xz-5.2.5
src
xz
main.h
Generated by
1.9.1