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

Functions

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