From 9d8940e6a5bdad5aa71684a0e01647f6fc5ad937 Mon Sep 17 00:00:00 2001 From: Manzovince Date: Sun, 14 Apr 2019 21:39:40 +0200 Subject: [PATCH] Folders deleted --- fillit | Bin 9076 -> 8988 bytes includes/fillit.h => fillit.h | 0 ...smallest_square.c => get_smallest_square.c | 4 ++-- srcs/handle_errors.c => handle_errors.c | 4 ++-- srcs/main.c => main.c | 4 ++-- srcs/print_fillit.c => print_fillit.c | 4 ++-- srcs/read_file.c => read_file.c | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) rename includes/fillit.h => fillit.h (100%) rename srcs/get_smallest_square.c => get_smallest_square.c (90%) rename srcs/handle_errors.c => handle_errors.c (95%) rename srcs/main.c => main.c (93%) rename srcs/print_fillit.c => print_fillit.c (90%) rename srcs/read_file.c => read_file.c (94%) diff --git a/fillit b/fillit index 142db180e567b25239047e66d5fba82aa0b0bc7e..a41305e77673c73b54f47f6348541c3c96bbcfb5 100755 GIT binary patch delta 1279 zcmZWpUuaup6hB}7xU^0BC7ozpSDU1N*rv?ZX^CsM#fP+?&eDZ3^`+P@E3VktS}X3Q zCN;UZ>uoUI!8gG__@F2lEJ7dFbzMv2M1_G572MVr;Rf;$P^5EWJm=m!9T@n&@0{Q7 zoZmU;yZ7ezfe!`>TjH(7p9e!X8vz6W9H7O&o7f|cHTk5CK5v8IllZn65J|iy217-M zR1R6hi0ccn3x9A8_&KGUAEbkt_4`y%IOYL6an59v% zG%Dr(V69fm&Y2#$5FlcH&cq3S*f+9XuzvWSzxDL9j;=D!`%GlVx}6=cg;oB@B;B7m z@prAJj5*W%h>R?;);z?%!t8MZ%iIS6(+nIYpy!Hx$@p-frRgi0dzELu`yf8WoW1m)@4FNAU7g(Rsg110KLjTJ^!K40ZS|IvJe zLreO~76;cTxPwckH1^fnHtCnlI}GXCw*;jXD{B1asFG$9LKc)SvTrAC=De&8CG97N zC4$Y&C7Y1BLv}QS?=D!NGAwnKdY{1y{-E&<8`({vTSj@Ao(l)1300{)lbaqN*yEV| z%_$?#4Jtj)UFq5eJBHPwG6JJCrZVc3acW0Bb)AM;Cfb?9upBkN!FM~dZqmhqY^ZfU zK{>U~UTcq8`(Y7gsNZsqT6>)K=kl$$Dd*{vwa)TI*)9%YhwQ?XOyZKqF7z7bqS=aSXNZ#@6uAk#l2{lT#@uz)W{2{?gR+_^WKk$etM=JHvLI z?AK>!CT&KM_vXyR>^M zKaDW3M0V$6-WWgUU1cFn_O zY>*p2bFCVpx^mnis2s17;%2AQdZ8JOprq2MTcpSUBGL8wdBx`1aiQWutFP@kE}?$)jo)Hf zyyor9-9xkJZ`^cWMJI03WccmYM!|}kQh{q9Y7PAyF~wAiFQDej%Miv*bB$15D9n&D zzO@cfYS~yzP_m8WASD9?YHdStL+6w$+52;Zl=TT9uvldQqO6~8xTa2Rj16tWHVU#M zUCL3aNy?-vi*9+aS?`&ApDGtTe)9`5v^$C+jmj!K-b^Y`?2fC2VfY+O>s4xK7UWn) zfo3uE=OIx+4mZ7d5a8x+ZVqnqXEs4023*zUXKzY}=Wo+h4&Soyc`&uLXm_7Rk=;Ec zWkSlcQl67?M9R)lsos!s9P*_?&VQ~L4=W{cU+wX_8qb4|^y*&!52`B=X+I-eq4R^OxycMGvh-7d-q$aVO-)TF z$&108o=IIIyBGFMdh$}{Jb4^mIyE*<_A9VwGwG>%UIN}b>B&rr6~!l^H`|N*n3FAc zKs@NcbXX4_>8;_NI2b+xc_!Qy2;tuWUX0!?6~?GA!u^UaHp3^v9|8kJVY#kB?(|ng lAo8RejF?{>j~sI2ePpT_i)bB^Qj<)bMuUK;MIOT!{SOEL<(&Wk diff --git a/includes/fillit.h b/fillit.h similarity index 100% rename from includes/fillit.h rename to fillit.h diff --git a/srcs/get_smallest_square.c b/get_smallest_square.c similarity index 90% rename from srcs/get_smallest_square.c rename to get_smallest_square.c index 03893e4..ad03c58 100644 --- a/srcs/get_smallest_square.c +++ b/get_smallest_square.c @@ -6,11 +6,11 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/04/12 22:29:45 by vmanzoni #+# #+# */ -/* Updated: 2019/04/14 14:17:47 by vmanzoni ### ########.fr */ +/* Updated: 2019/04/14 21:37:19 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ -#include "../includes/fillit.h" +#include "fillit.h" /* char *get_smallest_square() diff --git a/srcs/handle_errors.c b/handle_errors.c similarity index 95% rename from srcs/handle_errors.c rename to handle_errors.c index aa6652d..37ec9cc 100644 --- a/srcs/handle_errors.c +++ b/handle_errors.c @@ -6,11 +6,11 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/03/01 13:29:05 by vmanzoni #+# #+# */ -/* Updated: 2019/04/14 18:40:49 by vmanzoni ### ########.fr */ +/* Updated: 2019/04/14 21:37:23 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ -#include "../includes/fillit.h" +#include "fillit.h" /* ** Function that display error message *s on fd diff --git a/srcs/main.c b/main.c similarity index 93% rename from srcs/main.c rename to main.c index 0896793..fb5b7cc 100644 --- a/srcs/main.c +++ b/main.c @@ -6,11 +6,11 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/02/12 13:20:48 by vmanzoni #+# #+# */ -/* Updated: 2019/04/14 17:44:38 by vmanzoni ### ########.fr */ +/* Updated: 2019/04/14 21:37:27 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ -#include "../includes/fillit.h" +#include "fillit.h" int main(int argc, char **argv) { diff --git a/srcs/print_fillit.c b/print_fillit.c similarity index 90% rename from srcs/print_fillit.c rename to print_fillit.c index 57188d3..5744511 100644 --- a/srcs/print_fillit.c +++ b/print_fillit.c @@ -6,11 +6,11 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/03/01 13:35:48 by vmanzoni #+# #+# */ -/* Updated: 2019/04/14 12:13:16 by vmanzoni ### ########.fr */ +/* Updated: 2019/04/14 21:37:31 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ -#include "../includes/fillit.h" +#include "fillit.h" /* void ft_print_fillit() diff --git a/srcs/read_file.c b/read_file.c similarity index 94% rename from srcs/read_file.c rename to read_file.c index b67d965..4681b26 100644 --- a/srcs/read_file.c +++ b/read_file.c @@ -6,11 +6,11 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/04/13 12:09:46 by vmanzoni #+# #+# */ -/* Updated: 2019/04/14 18:54:53 by vmanzoni ### ########.fr */ +/* Updated: 2019/04/14 21:37:37 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ -#include "../includes/fillit.h" +#include "fillit.h" /* ** Function that read and return a ptr to file