#ifndef fGETS_H
#define FGETS_H

#define TRUE  1
#define FALSE 0

int TakeGuess(const char *word);

#endif
