From 8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 22 Nov 2019 21:20:22 +0100 Subject: ft_atoi_base without the actual base, ft_list_push_front, ft_list_size --- ft_write.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ft_write.s') diff --git a/ft_write.s b/ft_write.s index 2e26ccd..7303af0 100644 --- a/ft_write.s +++ b/ft_write.s @@ -6,12 +6,13 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/22 03:04:47 by cacharle #+# #+# # -# Updated: 2019/11/22 03:04:48 by cacharle ### ########.fr # +# Updated: 2019/11/22 21:19:02 by cacharle ### ########.fr # # # # **************************************************************************** # .globl _ft_write +# int ft_write(int, const void*, size_t); _ft_write: mov rax, 0x2000004 syscall -- cgit