aboutsummaryrefslogtreecommitdiff
path: root/ft_strcmp.s
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-22 03:05:58 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-22 03:18:48 +0100
commita917ec555ef8419bf638d6b8f87c965dff96e9e1 (patch)
treea18ab385f8e5a5c115d157324f8d2a3966b0003d /ft_strcmp.s
parentb22183ba021d9ab3418d8f47545708597247e583 (diff)
downloadlibasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.tar.gz
libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.tar.bz2
libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.zip
ft_strdup.s and Makefile
Diffstat (limited to 'ft_strcmp.s')
-rw-r--r--ft_strcmp.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ft_strcmp.s b/ft_strcmp.s
index 216b56a..8dd6e01 100644
--- a/ft_strcmp.s
+++ b/ft_strcmp.s
@@ -1,3 +1,15 @@
+# **************************************************************************** #
+# #
+# ::: :::::::: #
+# ft_strcmp.s :+: :+: :+: #
+# +:+ +:+ +:+ #
+# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
+# +#+#+#+#+#+ +#+ #
+# Created: 2019/11/22 03:04:38 by cacharle #+# #+# #
+# Updated: 2019/11/22 03:04:39 by cacharle ### ########.fr #
+# #
+# **************************************************************************** #
+
.globl _ft_strcmp
_ft_strcmp: