mirror of
https://github.com/eddyem/snippets_library.git
synced 2026-03-21 09:11:06 +03:00
some useful fixes
This commit is contained in:
@@ -38,6 +38,8 @@ typedef struct{
|
||||
int lo0; // only long options
|
||||
int lo1;
|
||||
int lo2;
|
||||
char *so1; // only short options
|
||||
char *so2;
|
||||
int rest_pars_num; // number of rest parameters
|
||||
char** rest_pars; // the rest parameters: array of char*
|
||||
} glob_pars;
|
||||
|
||||
Reference in New Issue
Block a user