libft
Functions
ft_memset.c File Reference
#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...
 

Function Documentation

◆ ft_memset()

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.