aboutsummaryrefslogtreecommitdiff
path: root/ft_strdup.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_strdup.s')
-rw-r--r--ft_strdup.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/ft_strdup.s b/ft_strdup.s
index b174239..d96ad3b 100644
--- a/ft_strdup.s
+++ b/ft_strdup.s
@@ -6,12 +6,13 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/22 03:04:32 by cacharle #+# #+# #
-# Updated: 2019/11/22 03:16:37 by cacharle ### ########.fr #
+# Updated: 2019/11/22 21:19:29 by cacharle ### ########.fr #
# #
# **************************************************************************** #
.globl _ft_strdup
+# char *ft_strdup(const char*);
_ft_strdup:
push rbp
mov rbp, rsp