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

#include <rz_getopt.h>

Public Attributes

int err
 
int ind
 
int opt
 
int reset
 
const char * arg
 
int argc
 
const char ** argv
 
const char * ostr
 

Detailed Description

Definition at line 10 of file rz_getopt.h.

Member Data Documentation

◆ arg

◆ argc

int rz_getopt_t::argc

Definition at line 17 of file rz_getopt.h.

Referenced by rz_getopt_init(), rz_getopt_next(), and windbg_open().

◆ argv

const char** rz_getopt_t::argv

Definition at line 18 of file rz_getopt.h.

Referenced by rz_getopt_init(), rz_getopt_next(), rz_main_rizin(), and rz_main_rz_asm().

◆ err

int rz_getopt_t::err

Definition at line 11 of file rz_getopt.h.

Referenced by rz_getopt_init(), and rz_getopt_next().

◆ ind

◆ opt

int rz_getopt_t::opt

Definition at line 13 of file rz_getopt.h.

Referenced by rz_getopt_init(), rz_getopt_next(), and rz_main_rizin().

◆ ostr

const char* rz_getopt_t::ostr

Definition at line 19 of file rz_getopt.h.

Referenced by rz_getopt_init(), and rz_getopt_next().

◆ reset

int rz_getopt_t::reset

Definition at line 14 of file rz_getopt.h.

Referenced by rz_getopt_init(), and rz_getopt_next().


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