Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_stack.h>
Public Attributes | |
void ** | elems |
unsigned int | n_elems |
int | top |
RzStackFree | free |
Definition at line 12 of file rz_stack.h.
void** rz_stack_t::elems |
Definition at line 13 of file rz_stack.h.
RzStackFree rz_stack_t::free |
Definition at line 16 of file rz_stack.h.
Definition at line 14 of file rz_stack.h.
int rz_stack_t::top |
Definition at line 15 of file rz_stack.h.