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
#define RZ_API
RZ_API const char * ret_ascii_table(void)
Definition: ascii_table.c:78