diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_pwd.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ft_pwd.c b/src/ft_pwd.c index bd67873..07e5622 100644 --- a/src/ft_pwd.c +++ b/src/ft_pwd.c @@ -1,3 +1,16 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_pwd.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2019/11/01 18:47:41 by rbousset #+# ## ## #+# */ +/* Updated: 2019/11/01 18:47:47 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include <libft.h> #include <stddef.h> #include <unistd.h> |