From ac2bd7ee89bdc31bad99edf9a3bd9518df3ed85d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sun, 3 Dec 2023 20:45:19 +0100 Subject: [PATCH] Start this repo by adding my library libft Add libft that implements some functionality from standard library and some other functionality I find useful. --- .gitmodules | 3 +++ Libft | 1 + 2 files changed, 4 insertions(+) create mode 100755 .gitmodules create mode 160000 Libft diff --git a/.gitmodules b/.gitmodules new file mode 100755 index 0000000..626d139 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Libft"] + path = Libft + url = git://ljiriste.work/Libft diff --git a/Libft b/Libft new file mode 160000 index 0000000..830b7f6 --- /dev/null +++ b/Libft @@ -0,0 +1 @@ +Subproject commit 830b7f66376b924179255f12ab4f46c11674a68a -- 2.30.2