libft
Functions
ft_memccpy.c File Reference
#include "libft.h"
+ Include dependency graph for ft_memccpy.c:

Go to the source code of this file.

Functions

void * ft_memccpy (void *dst, const void *src, int c, size_t n)
 Replicates behaviour of memcpy from libc. More...
 

Function Documentation

◆ ft_memccpy()

void* ft_memccpy ( void *  dst,
const void *  src,
int  c,
size_t  n 
)

Replicates behaviour of memcpy from libc.

Definition at line 20 of file ft_memccpy.c.