norming ft_strclr

This commit is contained in:
Tanguy MAZE 2018-04-07 11:17:06 +02:00
parent 871545305c
commit c1fa649a7f

View File

@ -6,13 +6,13 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/04/06 23:27:33 by tmaze #+# #+# */
/* Updated: 2018/04/06 23:34:44 by tmaze ### ########.fr */
/* Updated: 2018/04/07 11:16:10 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
void strclr(char *s)
void ft_strclr(char *s)
{
int i;