summaryrefslogtreecommitdiffstats
path: root/libft/src/ft_intlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libft/src/ft_intlen.c')
-rw-r--r--libft/src/ft_intlen.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/libft/src/ft_intlen.c b/libft/src/ft_intlen.c
index 17a22b3..c122657 100644
--- a/libft/src/ft_intlen.c
+++ b/libft/src/ft_intlen.c
@@ -1,20 +1,19 @@
/* ************************************************************************** */
-/* LE - / */
-/* / */
-/* ft_intlen.c .:: .:/ . .:: */
-/* +:+:+ +: +: +:+:+ */
-/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */
-/* #+# #+ #+ #+# */
-/* Created: 2019/12/07 02:24:29 by rbousset #+# ## ## #+# */
-/* Updated: 2019/12/07 02:24:30 by rbousset ### #+. /#+ ###.fr */
-/* / */
-/* / */
+/* */
+/* ::: :::::::: */
+/* ft_intlen.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* */
/* ************************************************************************** */
#include <inttypes.h>
uint8_t
- ft_intlen(long long n)
+ ft_intlen(long n)
{
uint8_t len;