|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|
Define structure of a command @command being the trigger string @opt Currently unused @arg_nb number of argument taken by command @command_fct Function pointer to command function. More...
#include <command_parse.h>

Data Fields | |
| char * | command |
| char * | opt |
| size_t | arg_nb |
| char *(* | command_fct )(char *, char *, char *) |
Define structure of a command @command being the trigger string @opt Currently unused @arg_nb number of argument taken by command @command_fct Function pointer to command function.
Definition at line 21 of file command_parse.h.
| size_t command_s::arg_nb |
Definition at line 24 of file command_parse.h.
| char* command_s::command |
Definition at line 22 of file command_parse.h.
| char *(* command_s::command_fct) (char *, char *, char *) |
Definition at line 25 of file command_parse.h.
| char* command_s::opt |
Definition at line 23 of file command_parse.h.