add: parsing
This commit is contained in:
@ -11,3 +11,5 @@ struct param {
|
||||
e_type type;
|
||||
void *value;
|
||||
};
|
||||
|
||||
char *parsing(char * const *av, struct param parameters[]);
|
||||
Reference in New Issue
Block a user