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.
Loading...
Searching...
No Matches
Here is a list of all functions with links to the files they belong to:
- a -
array_to_str() :
utils.h
,
array_to_str.c
- c -
check_command_exist() :
command_parse.c
check_mandatory_set() :
arg_parse.h
,
check_arg_mandatory.c
check_values_validity() :
arg_parse.h
,
check_values_validity.c
command_handling() :
server_handler.h
,
command_handling.c
- d -
delete_all_client() :
client_management.h
,
client_management.c
delete_client() :
client_management.h
,
client_management.c
- f -
fill_map() :
utils.h
,
fill.c
find_index_by_param() :
utils.h
,
finder.c
find_value_by_param() :
utils.h
,
finder.c
free_args() :
utils.h
,
free.c
free_array() :
utils.h
,
free.c
free_array_size_n() :
utils.h
,
free.c
- g -
get_arg_value() :
arg_parse.h
,
arg_parse.c
get_array_len() :
utils.h
,
array_utils.c
get_client() :
client_management.h
,
client_management.c
get_nb_mandatory_option() :
arg_parse.h
,
check_arg_mandatory.c
get_nb_parameter() :
arg_parse.h
,
parameter_utils.c
get_zappy_args() :
arg_parse.h
,
arg_parse.c
- i -
init_client() :
client_management.h
,
client_management.c
init_game_data() :
server_handler.h
,
game_data_initialization.c
is_param() :
arg_parse.h
,
parameter_utils.c
- m -
main() :
main.cpp
,
main.c
- p -
parse_buffer() :
command_parse.h
,
command_parse.c
parse_command() :
command_parse.h
,
command_parse.c
- r -
refill_map() :
utils.h
,
fill.c
- s -
server_initialization() :
server_handler.h
,
server_initialization.c
server_loop() :
server_handler.h
,
server_loop.c
show_game_data() :
show.h
,
show_game_data.c
str_to_word_array() :
utils.h
,
array_utils.c
sub_main() :
src.hpp
,
sub_main.cpp
,
main.h
,
sub_main.c
- t -
Test() :
arg_parser_test.c
- w -
write_error_msg() :
utils.h
,
writer.c
write_to_client() :
utils.h
,
writer.c