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