diff --git a/ex10/ft_strlcpy.c b/ex10/ft_strlcpy.c index 94ce39a..457ce78 100644 --- a/ex10/ft_strlcpy.c +++ b/ex10/ft_strlcpy.c @@ -6,7 +6,7 @@ /* By: tischmid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/03/19 11:49:46 by tischmid #+# #+# */ -/* Updated: 2023/03/24 00:46:53 by tischmid ### ########.fr */ +/* Updated: 2023/03/24 01:30:43 by tischmid ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,7 +26,7 @@ unsigned int ft_strlcpy(char *dest, char *src, unsigned int size) return (size); } -#define START +/* //// #include int main(void) @@ -44,3 +44,4 @@ int main(void) } return (0); } +*/ ////