int main() { Board myboard; InitBoard(myboard); PrintBoard(myboard); return 0; }