Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_memset.c File Reference
#include <string.h>
Include dependency graph for ft_memset.c:

Functions

void * ft_memset (void *b, int c, size_t len)
 Fills memory with a constant byte.