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

Functions

char * str_chr (const char *s, int c)
 Locates the first occurrence of a character in a string.