ft_strmapi: initial implementation
This commit is contained in:
parent
08bae77518
commit
f2f363518c
3 changed files with 72 additions and 3 deletions
4
libft.h
4
libft.h
|
|
@ -6,7 +6,7 @@
|
|||
/* By: kcolin <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/15 10:11:54 by kcolin #+# #+# */
|
||||
/* Updated: 2024/10/17 11:40:51 by kcolin ### ########.fr */
|
||||
/* Updated: 2024/10/18 11:33:58 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -54,4 +54,6 @@ char **ft_split(char const *s, char c);
|
|||
|
||||
char *ft_itoa(int n);
|
||||
|
||||
char *ft_strmapi(char const *s, char (*f)(unsigned int, char));
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue