add: parsing

This commit is contained in:
2025-11-18 07:44:42 -06:00
parent 1757afbe44
commit 3f9bbc6206
7 changed files with 109 additions and 55 deletions

View File

@ -11,3 +11,5 @@ struct param {
e_type type;
void *value;
};
char *parsing(char * const *av, struct param parameters[]);