diff options
Diffstat (limited to 'c04/ex01')
| -rw-r--r-- | c04/ex01/ft_putstr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c04/ex01/ft_putstr.c b/c04/ex01/ft_putstr.c index e98b5a0..92b855d 100644 --- a/c04/ex01/ft_putstr.c +++ b/c04/ex01/ft_putstr.c @@ -6,13 +6,13 @@ /* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/06 07:22:38 by cacharle #+# #+# */ -/* Updated: 2019/07/06 08:34:03 by cacharle ### ########.fr */ +/* Updated: 2019/07/06 13:15:17 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include <unistd.h> -void ft_putstr(char *str) +void ft_putstr(char *str) { while (*str) { |
