This commit is contained in:
gazhonsepaskwa
2025-02-10 16:00:49 +01:00
parent 48f4576179
commit a47d619f71
4 changed files with 12 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ void read_hereinput(char *limiter)
r = read(0, &c, 1);
if (r == 0)
{
ft_fprintf (2, "etdsttdt\n");
ft_fprintf (2, "\n");
exit(EXIT_SUCCESS);
}
while (r && c != '\n' && c != '\0')