Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_memchr.c File Reference
#include <string.h>
Include dependency graph for ft_memchr.c:

Functions

void * ft_memchr (const void *s, int c, size_t n)
 Locates the first occurrence of a byte in memory.