|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_strrchr.c:Go to the source code of this file.
Functions | |
| char * | ft_strrchr (const char *s, int c) |
| Finds the last occurrence of a character in a string. | |
| char * ft_strrchr | ( | const char * | s, |
| int | c | ||
| ) |
Finds the last occurrence of a character in a string.
| s | Input string. |
| c | Character to search for. |
Definition at line 22 of file ft_strrchr.c.
References ft_strlen().
Here is the call graph for this function: