diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-22 21:20:22 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-22 21:20:22 +0100 |
| commit | 8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb (patch) | |
| tree | 13b1910aee2a8c9a73af3ad2042cd78e4a0a9e90 /ft_write.s | |
| parent | ef74d8b236ba8c62ddb190ce64ea3d8b593ad1eb (diff) | |
| download | libasm-8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb.tar.gz libasm-8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb.tar.bz2 libasm-8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb.zip | |
ft_atoi_base without the actual base, ft_list_push_front, ft_list_size
Diffstat (limited to 'ft_write.s')
| -rw-r--r-- | ft_write.s | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,12 +6,13 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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 |
