-
Couldn't load subscription status.
- Fork 4
ft_strchrs
VBrazhnik edited this page Aug 22, 2018
·
2 revisions
| Prototype | char *ft_strchrs(const char *s, int c) |
|---|---|
| Input #1 | String |
| Input #2 | Character |
| Output | A pointer to the located character or NULL |
| Description | Locates the first occurrence of the character (standard strchr behavior) + Checks that string not equal NULL |