ft_strlcpy.c

This commit is contained in:
Timo Schmidt 2023-03-19 11:59:24 +01:00
parent ea50fc0232
commit 8d8799c509
1 changed files with 20 additions and 0 deletions

20
ex10/ft_strlcpy.c Normal file
View File

@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcpy.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/19 11:49:46 by tischmid #+# #+# */
/* Updated: 2023/03/19 11:59:21 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
/* ////
#include <stdio.h>
int main(void)
{
return (0);
}
*/ ////