gitignore, makefile, .h edited

This commit is contained in:
Manzovince
2019-04-23 15:34:21 +02:00
parent 9a463f3358
commit acf5aed90e
5 changed files with 282 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/04/22 15:57:43 by vmanzoni ### ########.fr */
/* Updated: 2019/04/23 14:25:15 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,14 +16,10 @@
#include <stdlib.h>
#include <unistd.h> // for system call write
#include <fcntl.h> // for system call open
#include <string.h> // for memmove and strlen
#include <stdio.h> // for debug printf
#include <stdbool.h> // to use bool type
#include <stdio.h> // for printf (DELETE BEFORE EVAL)
#include "libft/includes/libft.h"
//# define BUFF_SIZE 1024
/*
** STRUCTURE
*/
@@ -45,7 +41,7 @@ void print_error(char *s);
void parse_input(char *input);
int check_file_errors(char *file);
int check_tetri_errors(char *tetri);
int check_tetri_errors2(char *tetri);
int check_tetri_errors_proxy(char *tetri);
int add_to_list(char *square, t_fillist **list);
int fill_list(char *line, t_fillist *list);