libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_strclr (char *s) |
Sets each character of a string to 0. More... | |
void ft_strclr | ( | char * | s | ) |
Sets each character of a string to 0.
s | The string that needs to be cleared. |
Definition at line 21 of file ft_strclr.c.