summaryrefslogtreecommitdiff
path: root/ft_atol.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_atol.c')
-rw-r--r--ft_atol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_atol.c b/ft_atol.c
index 8184301..ae47db0 100644
--- a/ft_atol.c
+++ b/ft_atol.c
@@ -6,11 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/26 16:18:28 by dkaiser #+# #+# */
-/* Updated: 2024/04/26 17:56:54 by dkaiser ### ########.fr */
+/* Updated: 2024/04/29 16:40:38 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include "push_swap.h"
+#include "libft.h"
long ft_atol(const char *str)
{