tentative de mettre toutes les divisions et modulo dans la structure

This commit is contained in:
Hugo LAMY
2019-05-17 15:57:20 +02:00
parent e5aea30023
commit 8fa68fa5a1
3 changed files with 79 additions and 82 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/16 15:31:15 by hulamy ### ########.fr */
/* Updated: 2019/05/17 15:33:01 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -44,6 +44,10 @@ typedef struct s_fillist
int width;
int height;
int position;
int posx;
int int_number;
int pos_in_int;
int limit;
int test;
char letter;
struct s_fillist *next;