Rizin
unix-like reverse engineering framework and cli tools
rz_ascii_table.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2008-2016 pancake <pancake@nopcode.org>
2
// SPDX-FileCopyrightText: 2008-2016 r00tus3r <iamakshayajayan@gmail.com>
3
// SPDX-License-Identifier: LGPL-3.0-only
4
5
#ifndef RZ_ASCII_TABLE_H
6
#define RZ_ASCII_TABLE_H
7
8
#include <
rz_types.h
>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
RZ_API
const
char
*
ret_ascii_table
(
void
);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
RZ_API
#define RZ_API
Definition:
core_plugin_example.c:36
ret_ascii_table
RZ_API const char * ret_ascii_table(void)
Definition:
ascii_table.c:78
rz_types.h
librz
include
rz_util
rz_ascii_table.h
Generated by
1.9.1