aboutsummaryrefslogtreecommitdiff
path: root/ft_list_size.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_list_size.s')
-rw-r--r--ft_list_size.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_list_size.s b/ft_list_size.s
index b41cfb4..5367a17 100644
--- a/ft_list_size.s
+++ b/ft_list_size.s
@@ -10,10 +10,10 @@
; ;
; **************************************************************************** ;
-global _ft_list_size
+global ft_list_size
; int ft_list_size(t_list *begin_list);
-_ft_list_size:
+ft_list_size:
xor eax, eax
FT_LIST_SIZE_LOOP:
cmp rdi, 0