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

#include <args.h>

Public Attributes

char ** arg_names
 Filenames from command line. More...
 
unsigned int arg_count
 Number of filenames from command line. More...
 
char * files_name
 
FILE * files_file
 
char files_delim
 Delimiter for filenames read from files_file. More...
 

Detailed Description

Definition at line 13 of file args.h.

Member Data Documentation

◆ arg_count

unsigned int args_info::arg_count

Number of filenames from command line.

Definition at line 18 of file args.h.

◆ arg_names

char** args_info::arg_names

Filenames from command line.

Definition at line 15 of file args.h.

◆ files_delim

char args_info::files_delim

Delimiter for filenames read from files_file.

Definition at line 29 of file args.h.

◆ files_file

FILE* args_info::files_file

File opened for reading from which filenames are read. This is non-NULL only if files_name is non-NULL.

Definition at line 26 of file args.h.

◆ files_name

char* args_info::files_name

Name of the file from which to read filenames. This is NULL if –files or –files0 was not used.

Definition at line 22 of file args.h.


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