Aktualizovat du3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-19 21:27:21 +00:00
parent 4af97c6592
commit 881cf6663a

View File

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