Cub3D
 
Loading...
Searching...
No Matches
ft_utils.c File Reference
#include "cub3d.h"
#include "ft_print.h"
#include "ft_printf.h"
#include <errno.h>
#include <string.h>
Include dependency graph for ft_utils.c:

Functions

int try_to_open_close_file (char *file_name)
 Try to open the file specified by file_name.
 
size_t count_array_length (char **array)
 Count the number of strings that an array have Should absolutely be NULL-Terminated.