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

Go to the source code of this file.

Functions

void * ft_memchr (const void *s, int c, size_t n)
 Replicates behaviour of memchr from libc. More...
 

Function Documentation

◆ ft_memchr()

void* ft_memchr ( const void *  s,
int  c,
size_t  n 
)

Replicates behaviour of memchr from libc.

Definition at line 20 of file ft_memchr.c.