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
Functions
sub_main.c File Reference
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include "utils.h"
#include "arg_parse.h"
#include "client_management.h"
Include dependency graph for sub_main.c:

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)
 

Function Documentation

◆ sub_main()

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)

Parameters
argc
argv
Returns
int

Definition at line 71 of file sub_main.c.