question
char *answer, *t, question[LINE_SZ];
(void)strcpy(question, t);
(void)printf("%s?\n", question);
" DUMP: %s: (\"yes\" or \"no\") ", question);
query(const char *question)
attnmessage = question;
reply(const char *question)
persevere = !strcmp(question, "CONTINUE");
printf("%s? no\n\n", question);
printf("%s? yes\n\n", question);
printf("%s? [yn] ", question);
printf("%s? no\n\n", question);
printf("%s? yes\n\n", question);
printf("%s? [yn] ", question);
reply(const char *question)
persevere = !strcmp(question, "CONTINUE");
printf("%s? yes\n\n", question);
printf("%s? [yn] ", question);
reply(const char *question)
persevere = !strcmp(question, "CONTINUE");
printf("%s? no\n\n", question);
reply(const char *question)
fprintf(stderr, "%s? [yn] ", question);
opendisk(char *question, char *diskname, int len, char partition, int *fdp)
printf("%s ", question);
static char question[] = "?";
name = name ? name : question;
Whether to break or not to break, that is the question;
cond ? (question) : (5);