Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
args_info Struct Reference

#include <args.h>

Data Fields

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

Field Documentation

◆ arg_count

unsigned int arg_count

Number of filenames from command line.

◆ arg_names

char ** arg_names

Filenames from command line.

◆ files_delim

char files_delim

Delimiter for filenames read from files_file.

◆ files_file

FILE * files_file

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

◆ files_name

const char * files_name

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


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