fonction add_to_list creer un maillon de liste avec le tetraminos reduit, mais ne creer pas toute une liste chainee pour l'instant

This commit is contained in:
Hugo LAMY
2019-04-15 00:30:00 +02:00
parent d5ff6809c4
commit 1456316e42
5 changed files with 4 additions and 3 deletions

View File

@@ -6,11 +6,11 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/14 15:20:53 by hulamy #+# #+# */
/* Updated: 2019/04/15 00:07:50 by hulamy ### ########.fr */
/* Updated: 2019/04/15 00:24:25 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
#include "../includes/fillit.h"
#include "fillit.h"
#include <stdio.h>

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
/* Updated: 2019/04/15 00:14:19 by hulamy ### ########.fr */
/* Updated: 2019/04/15 00:26:08 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -37,6 +37,7 @@ void print_error(char *s);
int check_file_errors(char *file);
int check_tetri_errors(char *tetri);
int check_tetri_errors2(char *tetri);
int add_to_list(char **square);
typedef struct s_fillist
{

Binary file not shown.

Binary file not shown.

Binary file not shown.