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

Functions

void * ft_memset (void *pointer, int value, size_t count)
 Set a memory zone with a value, count times.