aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.c b/main.c
index ff6ce3c..b89fdc8 100644
--- a/main.c
+++ b/main.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/11/22 02:02:24 by cacharle #+# #+# */
-/* Updated: 2019/11/23 02:13:29 by cacharle ### ########.fr */
+/* Updated: 2019/11/23 04:33:27 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -63,13 +63,13 @@ int main()
/* g[ret] = 0; */
/* printf("%s\n", g); */
/* */
- char *h = ft_strdup("bonjour");
- printf("%s\n", h);
- free(h);
+ /* char *h = ft_strdup("bonjour"); */
+ /* printf("%s\n", h); */
+ /* free(h); */
/* printf("%d\n", check_base("01")); */
- /* printf("%d\n", ft_atoi_base(" \t\v\r \n 1012h", "01")); */
+ printf("%d\n", ft_atoi_base(" \t\n\r\v\f\r 010\t0101001", "01"));
return 0;
}