13 lines
163 B
C
13 lines
163 B
C
#ifndef INC_326_H
|
|
#define INC_326_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
#include <stdbool.h>
|
|
bool isPowerOfThree(int n);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|