#ifndef INC_326_H #define INC_326_H #ifdef __cplusplus extern "C" { #endif #include bool isPowerOfThree(int n); #ifdef __cplusplus } #endif #endif