telegrafista
This commit is contained in:
parent
79655c90bc
commit
6487c69b7f
@ -123,7 +123,7 @@ int main (){
|
|||||||
char line[MAX];
|
char line[MAX];
|
||||||
fgets(line, MAX, stdin);
|
fgets(line, MAX, stdin);
|
||||||
line[strlen(line)-1] = '\0';
|
line[strlen(line)-1] = '\0';
|
||||||
printf("\n");
|
|
||||||
search(root, line);
|
search(root, line);
|
||||||
|
|
||||||
destroy(root);
|
destroy(root);
|
||||||
|
Loading…
Reference in New Issue
Block a user