Commit 24029f46 by Jürgen Hein

Update kodutoo2Tekstirida.c

parent c873cc8b
Showing with 3 additions and 3 deletions
/* Kodutöö 2. Variant 3.
/* Kodutöö 2. Variant 3.
......@@ -16,7 +16,7 @@ char SisestusC1();
char SisestusC2();
void AlgneVäljastus(char, char, char[]);
void TekstiridaT(char, char, char[], char[]);
int ReaPikkus(char[]);
int ReaPikkus(char[]);
void Väljastus(char[], int);
......@@ -46,7 +46,7 @@ void SisestusS(char S[])
printf("Tekstirida peab olema vähem kui 25 tähemärgiga.\n");
}
}while(strlen(S) > k);
}while(strlen(S) >= k);
}
char SisestusC1()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment