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
src
server
src
main.c
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2023
3
** my_zappy
4
** File description:
5
** main.c
6
*/
7
8
#include "
main.h
"
9
18
int
main
(
int
argc,
char
**argv)
19
{
20
return
sub_main
(argc, argv);
21
}
main.h
main
Definition
main.py:1
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)
Definition
sub_main.cpp:12