Libft
 
Loading...
Searching...
No Matches
ft_bzero.c File Reference
#include <stddef.h>
Include dependency graph for ft_bzero.c:

Functions

void ft_bzero (void *s, size_t n)
 Set at 0, the n first bytes at the pointer adress.