aboutsummaryrefslogtreecommitdiff
path: root/ft_strmapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_strmapi.c')
-rw-r--r--ft_strmapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_strmapi.c b/ft_strmapi.c
index a03395e..2ded74e 100644
--- a/ft_strmapi.c
+++ b/ft_strmapi.c
@@ -6,14 +6,14 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 10:29:32 by cacharle #+# #+# */
-/* Updated: 2019/10/07 10:31:12 by cacharle ### ########.fr */
+/* Updated: 2019/10/07 13:22:15 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdlib.h>
#include "libft.h"
-char *ft_strmapi(char const *s, char (*f)(unsigned int, char))
+char *ft_strmapi(char *s, char (*f)(unsigned int, char))
{
size_t i;
size_t len;