|
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 <arpa/inet.h>#include <stdio.h>#include "utils.h"#include "constants.h"#include "server_handler.h"
Go to the source code of this file.
Functions | |
| void | server_loop (server_handler_t *server) |
| The server loop where communication client/server can be done. | |
| void server_loop | ( | server_handler_t * | server | ) |
The server loop where communication client/server can be done.
| server | The general server structure |
Definition at line 67 of file server_loop.c.