Lines Matching full:yesno
2275 char yesno[3];2279 if (fgets(yesno, sizeof(yesno), stdin) == NULL)2281 if (yesno[0] != 'y' && yesno[0] != 'Y')