This commit is contained in:
2025-11-12 22:09:31 -05:00
parent 27c248c9bb
commit 6a50590393
3 changed files with 14 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ char *getstring(char *fmt, ...) {
return buf;
}
int yes_no_prompt(const char *fmt, ...) {
int yesno(char *fmt, ...) {
char prompt[256];
va_list ap;