|
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 <unistd.h>#include <string.h>#include <stdio.h>#include "utils.h"#include "command_parse.h"#include "server_handler.h"#include "client_management.h"
Go to the source code of this file.
Functions | |
| void | command_handling (server_handler_t *server, const int fd) |
| Handle client message/command. | |
| void command_handling | ( | server_handler_t * | server, |
| const int | fd ) |
Handle client message/command.
| server | The general server structure |
| fd | The file descriptor where the message come from |
Definition at line 108 of file command_handling.c.