funguje
This commit is contained in:
parent
7a365e73c0
commit
4a690ac0f4
@ -69,7 +69,7 @@ void run_knowledge_system(struct tree* node) {
|
||||
if (node->left != NULL || node->right != NULL) {
|
||||
char answer[10];
|
||||
if (fgets(answer, sizeof(answer), stdin) == NULL) {
|
||||
printf("Koniec_vstupu\n");
|
||||
printf("Koniec vstupu\n");
|
||||
return;
|
||||
}
|
||||
if (answer[0] == 'a') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user