We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf64ea commit bc5d220Copy full SHA for bc5d220
read.c
@@ -9,10 +9,9 @@ void readInput(char []);
9
void readInput(char input[BYTES+1]){
10
unsigned short int sizeCheck; // temporary saving the length of given input
11
12
- // read the input
13
do{
+ // read the input
14
gets(input);
15
- //scanf("%[^\n]s", plainText);
16
17
// clear the input buffer
18
fflush(stdin);
0 commit comments