#ifndef WORDY_H #define WORDY_H #include bool answer(const char *question, int *result); #endif