@@ -1,6 +1,8 @@
#include <stdio.h>
int ft_printf(char *string, ...);
int main(void)
{
printf("%s\n", NULL);
ft_printf("%s\n", NULL);
}
The note is not visible to the blocked user.