Beispiel #1
0
int main(int argc,char* argv[])
{
	Hashtable* theTable = readWordList("pairs.txt");
	playGame(theTable);
	destroyHTable(theTable);
	return 0;
}
Beispiel #2
0
void
cleanupSourceFiles(void)
{ Table t;

  if ( (t=GD->files.table) )
  { GD->files.table = NULL;

    destroyHTable(t);
  }

  cleanupSourceFileArray();
}