Aktualizovat du3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-19 21:29:06 +00:00
parent 881cf6663a
commit 04ee759680

View File

@ -53,7 +53,7 @@ int main()
line[0] = '\0';
strBuffer[0] = '\0';
char* strtofEndPtr;
int LinesOnInputCount = 1;
int LinesOnInputCount = 0;
while (fgets(line, SIZE, stdin) != NULL)
{