12 lines
162 B
C
12 lines
162 B
C
#ifndef INC_3136_H
|
|
#define INC_3136_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
#include <stdbool.h>
|
|
bool isValid(char *word);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |