style: Changing the strchr to strchr_index
This commit is contained in:
parent
e166b48698
commit
9dd2216fa5
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/18 17:14:47 by rparodi #+# #+# */
|
||||
/* Updated: 2023/11/22 13:35:03 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/12/20 23:59:24 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ char *ft_get_next(char *str)
|
|||
return (temp);
|
||||
}
|
||||
|
||||
int ft_strchr(char *str, char c)
|
||||
int ft_strchr_index(char *str, char c)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue