Aktualizovat du3/program.c
This commit is contained in:
parent
881cf6663a
commit
04ee759680
@ -53,7 +53,7 @@ int main()
|
|||||||
line[0] = '\0';
|
line[0] = '\0';
|
||||||
strBuffer[0] = '\0';
|
strBuffer[0] = '\0';
|
||||||
char* strtofEndPtr;
|
char* strtofEndPtr;
|
||||||
int LinesOnInputCount = 1;
|
int LinesOnInputCount = 0;
|
||||||
|
|
||||||
while (fgets(line, SIZE, stdin) != NULL)
|
while (fgets(line, SIZE, stdin) != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user