Изменить 'du5/program.c'
This commit is contained in:
parent
14c9578ef1
commit
6408a4c1a2
@ -62,7 +62,7 @@ int main() {
|
||||
for(int i = 0; i < 100; i++)
|
||||
myEntries[i] = (struct entry*) calloc(1, sizeof(struct entry));
|
||||
char inputs[100][50]; //input
|
||||
strcpy(inputs[0], "('-_-)")
|
||||
strcpy(inputs[0], "('-_-)");
|
||||
int counter; //counter
|
||||
char symbol; //current symbol
|
||||
char* number1 = (char*) calloc(25, sizeof(char)); //temporary points
|
||||
|
||||
Loading…
Reference in New Issue
Block a user