Libft
Custom implementation of core libc functions with additional utility helpers.
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)
 Sets n bytes of memory to zero.