CIN_SIZE
extern char cin[CIN_SIZE]; /* input line of current move
char cin[CIN_SIZE];
if (!isascii(c) || (ncin >= CIN_SIZE - 1)) {