|
libft
|
#include "libft.h"
Include dependency graph for ft_strchr.c:Go to the source code of this file.
Functions | |
| char * | ft_strchr (const char *s, int c) |
Replicates behaviour of strchr from libc. More... | |
| char* ft_strchr | ( | const char * | s, |
| int | c | ||
| ) |
Replicates behaviour of strchr from libc.
Definition at line 20 of file ft_strchr.c.
1.8.16