|
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 <time.h>#include <stdio.h>#include <string.h>#include <sys/socket.h>#include "utils.h"#include "arg_parse.h"#include "client_management.h"
Go to the source code of this file.
Functions | |
| int | sub_main (int argc, char **argv) |
| This is the main function of the program (this is the function called by the main used for compiling) | |
| int sub_main | ( | int | argc, |
| char ** | argv ) |
This is the main function of the program (this is the function called by the main used for compiling)
| argc | |
| argv |
Definition at line 71 of file sub_main.c.