implement the following functions in the file struct_utils.c andstruct_utils.h.
- Write a function that, given the proper information (i.e.title, author, word count), output a Game struct that contains saidinformation. Important note: You will need to use malloc calls forall char* (the title will demonstrate best practice for this).
Game *createGame (char *name, char *publisher,int publish_year);
- Write a function that will print out the information about abook, with each attribute taking one line.
void printGame (Game * game);
- Write a function that, given a game struct and an integervalue, will change the word_count of said book.
void changePublishYear(Game* game, int new_year);
- Write a function that, given a game struct
OR
PayPal Gateway not configured
ORPayPal Gateway not configured