secondary hash function
initialise a table of given size
find_Pos_For a key in a hash table. Uses linear probing
see if key is in hash table
get X value of table entry
get Y value of table entry
insert a key in a hash table
delete a key from the hash table
rehashing function
prints out the given table
load a game of Othello master from a file given a filename
filename is a pointer to the characters of the file to open
true if save operation was successful, false otherwise