#ifndef ARMSTRONG_NUMBERS #define ARMSTRONG_NUMBERS #include bool is_armstrong_number(unsigned int); #endif