Ft-bzero -
void ft_bzero(void *s, size_t n);
while (n--) *(char *)s++ = 0;
You do not argue with the data. You do not read it, weep over it, or archive it. You simply walk down the aisle, whispering zero after zero after zero. ft-bzero
ft-bzero
void ft_bzero(void *s, size_t n);
while (n--) *(char *)s++ = 0;
You do not argue with the data. You do not read it, weep over it, or archive it. You simply walk down the aisle, whispering zero after zero after zero. ft-bzero
ft-bzero