|
libft
|
#include "libft.h"Go to the source code of this file.
Functions | |
| char * | ft_strchr (const char *s, int c) |
| Search a character. | |
| char * ft_strchr | ( | const char * | s, |
| int | c | ||
| ) |
Search a character.
Searches a character from a string and returns it's address.
| s | String |
| c | Character |
Definition at line 15 of file ft_strchr.c.