fix atoi and list_remove_if

This commit is contained in:
2025-08-06 19:15:09 +02:00
parent 49501469c8
commit 2a65c14032
3 changed files with 39 additions and 27 deletions

View File

@ -9,8 +9,10 @@ ft_list_push_front:
push rdi
push rsi
sub rsp, 8
mov rdi, 16
call malloc wrt ..plt
add rsp, 8
pop rsi
pop rdi