Bonus: Best Error Handler (more details about the error)

This commit is contained in:
Manzovince
2019-05-03 19:13:48 +02:00
parent 8d9b314781
commit 1cf791746c
5 changed files with 35 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
/* Updated: 2019/05/03 16:10:34 by hulamy ### ########.fr */
/* Updated: 2019/05/03 19:01:49 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -41,6 +41,7 @@ typedef struct s_fillist
char *read_file(char *file);
void print_error(char *s);
void print_error_extended(int error);
void parse_input(char *input);
int check_file_errors(char *file);
int check_tetri_errors(char *tetri);