|
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.
|
#include <arg_parse.h>

Data Fields | |
| char * | name |
| bool | has_arg |
| bool | has_multiple_arg |
| char * | help |
| bool | mandatory |
| void * | default_value |
Definition at line 22 of file arg_parse.h.
| void* option_s::default_value |
Definition at line 28 of file arg_parse.h.
| bool option_s::has_arg |
Definition at line 24 of file arg_parse.h.
| bool option_s::has_multiple_arg |
Definition at line 25 of file arg_parse.h.
| char* option_s::help |
Definition at line 26 of file arg_parse.h.
| bool option_s::mandatory |
Definition at line 27 of file arg_parse.h.
| char* option_s::name |
Definition at line 23 of file arg_parse.h.