Merge branch 'master' of https://git.cloud.arnaud-pc.fr/tvdu29/libft
This commit is contained in:
3
libft.h
3
libft.h
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2018/04/08 00:12:36 by tmaze #+# #+# */
|
||||
/* Updated: 2019/02/25 16:28:20 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/02/25 16:37:03 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -174,6 +174,7 @@ void ft_lstaddsort(t_list **lst, t_list *new,
|
||||
|
||||
int ft_round(float x, float ind);
|
||||
|
||||
char *ft_realpath(char *r_path, char **a_path);
|
||||
int ft_issign(char c);
|
||||
int ft_iswhitespace(char c);
|
||||
int ft_hasdigit(char *s);
|
||||
|
Reference in New Issue
Block a user