; **************************************************************************** ; ; ; ; ::: :::::::: ; ; ft_read.s :+: :+: :+: ; ; +:+ +:+ +:+ ; ; By: cacharle +;+ +:+ +;+ ; ; +;+;+;+;+;+ +;+ ; ; Created: 2019/11/22 03:04:44 by cacharle ;+; ;+; ; ; Updated: 2019/11/22 21:19:13 by cacharle ;;; ;;;;;;;;.fr ; ; ; ; **************************************************************************** ; global _ft_read ; int ft_read(int, void*, size_t); _ft_read: mov rax, 0x2000003 syscall ret