aboutsummaryrefslogtreecommitdiff
path: root/c08/ex03
diff options
context:
space:
mode:
authorCabergs Charles <cacharle@e-r6-p7.s19.be>2019-07-15 08:15:37 +0200
committerCabergs Charles <cacharle@e-r6-p7.s19.be>2019-07-15 08:15:37 +0200
commit6bf5dd01493dd6bf644a4896c666535e5eaa8d67 (patch)
tree25b02c02f5140dbefbabd7720f292d8be3d5cc51 /c08/ex03
parente8ab18a2c724c0acfa1688a62bc2042471d68e39 (diff)
downloadpiscine-6bf5dd01493dd6bf644a4896c666535e5eaa8d67.tar.gz
piscine-6bf5dd01493dd6bf644a4896c666535e5eaa8d67.tar.bz2
piscine-6bf5dd01493dd6bf644a4896c666535e5eaa8d67.zip
c07 passed, c08 in progress, rush01(+ 6x6 try)
Diffstat (limited to 'c08/ex03')
-rw-r--r--c08/ex03/ft_point.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c08/ex03/ft_point.h b/c08/ex03/ft_point.h
index 088b792..5129a4f 100644
--- a/c08/ex03/ft_point.h
+++ b/c08/ex03/ft_point.h
@@ -6,16 +6,16 @@
/* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/07/07 17:12:47 by cacharle #+# #+# */
-/* Updated: 2019/07/07 17:15:20 by cacharle ### ########.fr */
+/* Updated: 2019/07/11 14:13:47 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_POINT_H
-#define FT_POINT_H
+# define FT_POINT_H
typedef struct {
int x;
int y;
-} t_point;
+} t_point;
#endif