#ifndef ASK_HH #define ASK_HH int ask_how_many(const char* what); bool ask_yes_or_no(const char* q); #endif