#if !defined(ARMSTRONG_NUMBERS_H) #define ARMSTRONG_NUMBERS_H namespace armstrong_numbers { bool is_armstrong_number(int num); } // namespace armstrong_numbers #endif // ARMSTRONG_NUMBERS_H