Corewar documentation 1.0.0
Loading...
Searching...
No Matches
parsing.c File Reference

The file containing the parsing functions. More...

Functions

int parse_args (int argc, char **argv)
 Parse the arguments.
 

Detailed Description

The file containing the parsing functions.

Function Documentation

◆ parse_args()

int parse_args ( int argc,
char ** argv )

Parse the arguments.

Parameters
argcThe number of arguments
argvThe arguments
Returns
int 0 if the parsing is a success, 84 otherwise