added gitignore + droped tables func

This commit is contained in:
Tanguy MAZE
2018-11-28 14:28:38 +01:00
parent 99ce0ff956
commit 1c9e7e6685
9 changed files with 141 additions and 105 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/08 00:12:36 by tmaze #+# #+# */
/* Updated: 2018/10/24 13:38:20 by tmaze ### ########.fr */
/* Updated: 2018/11/26 12:36:58 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -174,4 +174,6 @@ void ft_lstaddsort(t_list **lst, t_list *new,
int ft_round(float x, float ind);
t_list *ft_strsplitstr2(char *str, char *split);
#endif