This commit is contained in:
Maryna Kravtsova 2020-11-22 18:23:13 +01:00
parent b02c3d5faf
commit deee10505b

View File

@ -14,7 +14,7 @@ struct tree* read_tree(int* counter){
int* c = counter;
printf("%d\n", *c);
//printf("%d\n", *c);
char buffer[50];
memset(buffer,0,50);
char* r = fgets(buffer,50,stdin);