Aktualizovat du3/program.c
This commit is contained in:
parent
99825528ab
commit
9802a3f760
@ -41,7 +41,7 @@ int main()
|
|||||||
char line[SIZE], strBuffer[SIZE];
|
char line[SIZE], strBuffer[SIZE];
|
||||||
line[0] = '\0';
|
line[0] = '\0';
|
||||||
strBuffer[0] = '\0';
|
strBuffer[0] = '\0';
|
||||||
const char* strtofEndPtr;
|
char* strtofEndPtr;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ int main()
|
|||||||
{
|
{
|
||||||
op1 = i;
|
op1 = i;
|
||||||
}
|
}
|
||||||
else if (strBuffer[i] = '.')
|
else if (strBuffer[i] == '.')
|
||||||
{
|
{
|
||||||
//zisti, kde treba zapisat desatinnu bodku
|
//zisti, kde treba zapisat desatinnu bodku
|
||||||
switch (writeIntoArrayNum)
|
switch (writeIntoArrayNum)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user