#include #include // for strnlen, strncmp, and strcpy #include // for sprintf (in a single place! grrr) // NOTE: We assume that board_size matches TPS size. enum TPS_RESULT load_tps(char* in_tps); void generate_tps(char *out_tps);