diff options
Diffstat (limited to 'ft_strcpy.s')
| -rw-r--r-- | ft_strcpy.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_strcpy.s b/ft_strcpy.s index 3789283..a1aa4a8 100644 --- a/ft_strcpy.s +++ b/ft_strcpy.s @@ -10,10 +10,10 @@ ; ; ; **************************************************************************** ; -global _ft_strcpy +global ft_strcpy ; char *ft_strcpy(char *dst, const char *src); -_ft_strcpy: +ft_strcpy: push rbx push rcx mov rax, rdi ; dst |
