libft
|
#include "libft.h"
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.