#ifndef INC_290_H #define INC_290_H #ifdef __cplusplus extern "C" { #endif #include bool wordPattern(char *pattern, char *s); #ifdef __cplusplus } #endif #endif