Cub3D
 
Loading...
Searching...
No Matches
read.c File Reference
#include "data_structure.h"
#include "ft_print.h"
#include "libft.h"
Include dependency graph for read.c:

Functions

int cub_args_validation (t_args *args)
 
int cub_arg_display_error (int err)
 
int cub_read_args (int argc, char **argv, t_args *args)
 Reads and verifies the arguments passed to the program.
 

Function Documentation

◆ cub_arg_display_error()

int cub_arg_display_error ( int err)

◆ cub_args_validation()

int cub_args_validation ( t_args * args)
Here is the call graph for this function: