first commit
This commit is contained in:
8
ended/C02-corr/ex10/ft_strlcpy.c
Normal file
8
ended/C02-corr/ex10/ft_strlcpy.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
char ff[220];
|
||||
|
||||
ft_strlcpy(ff, "ffffff", 4);
|
||||
printf("%s", ff);
|
||||
}
|
Reference in New Issue
Block a user