Write the function hashinit described in the notes.
This function allocates memory for a hashtable of size HASHSIZE and returns a pointer to this table, or NULL if memory could not be allocated. It also initializes the table to contain only empty entries.
Your program should not assume anything about the constants defined in hashtable.h and should reference these constants using their symbolic names.
Send the complete code to the cs2213 account using the subject line:
cs 2213 lab assignment 7
Be sure that you use cut and paste. Do not send your results as an attachment which assumes a particular type of mail reader. Use a mailer that does not wrap lines before position 80. Make sure you send this to cs2213 and not to srobbins.