Libft
 
Loading...
Searching...
No Matches
ft_memchr.c File Reference
#include <stddef.h>
Include dependency graph for ft_memchr.c:

Functions

const void * ft_memchr (const void *memory_block, int searched_char, size_t size)
 Research the first occurence of a value typed int, but interpreted as a char in a memory block.