|
libft
|
#include "libft.h"
Include dependency graph for ft_memset.c:Go to the source code of this file.
Functions | |
| void * | ft_memset (void *b, int c, size_t len) |
Replicates behaviour of memset from libc. More... | |
| void* ft_memset | ( | void * | b, |
| int | c, | ||
| size_t | len | ||
| ) |
Replicates behaviour of memset from libc.
Definition at line 20 of file ft_memset.c.
1.8.16