checked Apple II/IIe support
This commit is contained in:
@@ -84,6 +84,7 @@ char get_choice() {
|
||||
default:
|
||||
res = CH_INVAL;
|
||||
}
|
||||
printf("\n");
|
||||
return res;
|
||||
}
|
||||
|
||||
@@ -95,6 +96,7 @@ int confirm(char *prompt) {
|
||||
scanf(" %c", &c);
|
||||
if(c == 'y' || c == 'Y') d = 1;
|
||||
else d = 0;
|
||||
printf("\n");
|
||||
return d;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user