@@ -55,4 +55,10 @@ size_t ft_strlen(const char *s);
*/
void *ft_memset(void *b, int c, size_t len);
/*
The bzero() function writes n zeroed
bytes to the string s.
void ft_bzero(void *s, size_t n);
#endif
The note is not visible to the blocked user.