Rizin
unix-like reverse engineering framework and cli tools
ascii_table.c File Reference
#include <rz_util.h>

Go to the source code of this file.

Functions

RZ_API const char * ret_ascii_table (void)
 

Variables

static const char * ascii_table
 

Function Documentation

◆ ret_ascii_table()

RZ_API const char* ret_ascii_table ( void  )

Definition at line 78 of file ascii_table.c.

78  {
79  return ascii_table;
80 }
static const char * ascii_table
Definition: ascii_table.c:7

References ascii_table.

Referenced by print_ascii_table(), and rz_cmd_help().

Variable Documentation

◆ ascii_table

const char* ascii_table
static

Definition at line 7 of file ascii_table.c.

Referenced by ret_ascii_table().