aboutsummaryrefslogtreecommitdiff
path: root/c02/ex01
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-15 10:20:37 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-15 10:20:37 +0200
commit217bcb0d4e3ba60604921cb40d5a11a64f93cfc7 (patch)
tree32a8f1f84e0b5f3617988932ccc068d471207208 /c02/ex01
parent3b9a1d7dcc5683b962f2bf24795e80e1c449cd1f (diff)
downloadpiscine-217bcb0d4e3ba60604921cb40d5a11a64f93cfc7.tar.gz
piscine-217bcb0d4e3ba60604921cb40d5a11a64f93cfc7.tar.bz2
piscine-217bcb0d4e3ba60604921cb40d5a11a64f93cfc7.zip
c08 strdup malloc + 1 for \0, c09 begin
Diffstat (limited to 'c02/ex01')
-rw-r--r--c02/ex01/ft_strncpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c02/ex01/ft_strncpy.c b/c02/ex01/ft_strncpy.c
index 0526dbb..815d941 100644
--- a/c02/ex01/ft_strncpy.c
+++ b/c02/ex01/ft_strncpy.c
@@ -6,7 +6,7 @@
/* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/07/03 19:02:31 by cacharle #+# #+# */
-/* Updated: 2019/07/04 21:15:46 by cacharle ### ########.fr */
+/* Updated: 2019/07/15 10:11:05 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */