So check back often to see the latest light-hearted (well, mostly light-hearted) time waster we’re passing around the office.
void availableMoves(char[3][3],short[9]); //returns all the possible moves that can be taken char isItLegal(char[3][3],short move); //can the move be placed? is it a legal move? void ...