aboutsummaryrefslogtreecommitdiff
path: root/ft_write.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_write.s
parentb22183ba021d9ab3418d8f47545708597247e583 (diff)
downloadlibasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.tar.gz
libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.tar.bz2
libasm-a917ec555ef8419bf638d6b8f87c965dff96e9e1.zip
ft_strdup.s and Makefile
Diffstat (limited to 'ft_write.s')
-rw-r--r--ft_write.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/ft_write.s b/ft_write.s
index 9cd1d3f..2e26ccd 100644
--- a/ft_write.s
+++ b/ft_write.s
@@ -1,3 +1,15 @@
+# **************************************************************************** #
+# #
+# ::: :::::::: #
+# ft_write.s :+: :+: :+: #
+# +:+ +:+ +:+ #
+# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
+# +#+#+#+#+#+ +#+ #
+# Created: 2019/11/22 03:04:47 by cacharle #+# #+# #
+# Updated: 2019/11/22 03:04:48 by cacharle ### ########.fr #
+# #
+# **************************************************************************** #
+
.globl _ft_write
_ft_write: