Rizin
unix-like reverse engineering framework and cli tools
rz_stack_t Struct Reference

#include <rz_stack.h>

Public Attributes

void ** elems
 
unsigned int n_elems
 
int top
 
RzStackFree free
 

Detailed Description

Definition at line 12 of file rz_stack.h.

Member Data Documentation

◆ elems

void** rz_stack_t::elems

Definition at line 13 of file rz_stack.h.

◆ free

RzStackFree rz_stack_t::free

Definition at line 16 of file rz_stack.h.

◆ n_elems

unsigned int rz_stack_t::n_elems

Definition at line 14 of file rz_stack.h.

◆ top

int rz_stack_t::top

Definition at line 15 of file rz_stack.h.


The documentation for this struct was generated from the following file: