|
libft
|
#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... | |
| 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.
1.8.16