norming ft_strclr
This commit is contained in:
parent
871545305c
commit
c1fa649a7f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user