|
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 <stdio.h>#include <string.h>#include <arpa/inet.h>#include <sys/socket.h>#include "utils.h"#include "server_handler.h"
Go to the source code of this file.
Functions | |
| int | server_initialization (server_handler_t *server, struct arg_s **arguments) |
| The function to initialize every server data. | |
| int server_initialization | ( | server_handler_t * | server, |
| struct arg_s ** | arguments ) |
The function to initialize every server data.
| server | The general server structure |
| arguments | All parsed arguments passed as program parameter |
Definition at line 47 of file server_initialization.c.