#include "cub3d.h"#include "ft_print.h"#include "ft_printf.h"#include <errno.h>#include <string.h>
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. | |