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:
@@ -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>
|
||||
|
||||
|
||||
3
fillit.h
3
fillit.h
@@ -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.
BIN
srcs/a.out
BIN
srcs/a.out
Binary file not shown.
Reference in New Issue
Block a user