From 3ad8920ac2baa72d40eceafd7d75673b736dd6df Mon Sep 17 00:00:00 2001 From: tosu Date: Fri, 31 Mar 2023 02:46:58 +0200 Subject: [PATCH] Minor changes --- ex03/ft_point.h | 4 ++-- ex05/ft_show_tab.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ex03/ft_point.h b/ex03/ft_point.h index cbcc0a0..ab14bc2 100644 --- a/ex03/ft_point.h +++ b/ex03/ft_point.h @@ -13,10 +13,10 @@ #ifndef FT_POINT_H # define FT_POINT_H -typedef struct s_point +typedef struct s_point { int x; int y; -} t_point; +} t_point; #endif diff --git a/ex05/ft_show_tab.c b/ex05/ft_show_tab.c index b5269dc..cd4cca1 100644 --- a/ex05/ft_show_tab.c +++ b/ex05/ft_show_tab.c @@ -12,6 +12,7 @@ #include #include +#include "ft_stock_str.h" void ft_putchar(char c) { @@ -60,6 +61,7 @@ void ft_show_tab(struct s_stock_str *par) /* //// #include +#include "../ex04/ft_strs_to_tab.c" int main(void) {