summaryrefslogtreecommitdiff
path: root/ft_atol.c
diff options
context:
space:
mode:
authorDominik Kaiser2024-04-29 16:40:54 +0200
committerDominik Kaiser2024-04-29 16:40:54 +0200
commit25f0cfe11164948d49f98f5cd7fd751262e1c844 (patch)
tree262864a6a4f817af7c907c6ef2093125a20a216e /ft_atol.c
parent47ebe2b96c8e9ed69c5647ff16e348b35b1d7019 (diff)
downloadlibft-25f0cfe11164948d49f98f5cd7fd751262e1c844.tar.gz
libft-25f0cfe11164948d49f98f5cd7fd751262e1c844.zip
Change to correct header
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)
{