libft
Functions
ft_strrchr.c File Reference
#include "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)
 Replicates behaviour of strrchr from libc. More...
 

Function Documentation

◆ ft_strrchr()

char* ft_strrchr ( const char *  s,
int  c 
)

Replicates behaviour of strrchr from libc.

Definition at line 20 of file ft_strrchr.c.