12 lines
176 B
C
12 lines
176 B
C
#ifndef INC_290_H
|
|
#define INC_290_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
#include <stdbool.h>
|
|
bool wordPattern(char *pattern, char *s);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |