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

#include <getopt.h>

Public Attributes

char * name
 
int has_arg
 
intflag
 
int val
 
const char * name
 

Detailed Description

Definition at line 83 of file getopt.h.

Member Data Documentation

◆ flag

int * option::flag

Definition at line 93 of file getopt.h.

Referenced by _getopt_internal(), and _getopt_internal_r().

◆ has_arg

int option::has_arg

Definition at line 92 of file getopt.h.

Referenced by _getopt_internal(), and _getopt_internal_r().

◆ name [1/2]

◆ name [2/2]

◆ val

int option::val

Definition at line 94 of file getopt.h.

Referenced by _getopt_internal(), and _getopt_internal_r().


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