askyn
int askyn(const char *ctl, ...);
if (askyn("Continue anyway? "))
} else if (askyn("Delete %d of %d items? ", delcount, count)) {
if (askyn("Rebuild the repository? ") == 0)