libft
Functions
ft_strclr.c File Reference
#include "libft.h"
+ Include dependency graph for ft_strclr.c:

Go to the source code of this file.

Functions

void ft_strclr (char *s)
 Sets each character of a string to 0. More...
 

Function Documentation

◆ ft_strclr()

void ft_strclr ( char *  s)

Sets each character of a string to 0.

Parameters
sThe string that needs to be cleared.

Definition at line 21 of file ft_strclr.c.