You have already done a typedef for prioque void insert_prioque (prioque prioque_ref *queue, prioque_item item) // ^ complaining about this space So, it should be void insert_prioque (prioque_ref queue, prioque_item item) { /* .... */ }.
You have already done a typedef for prioque * void insert_prioque (prioque prioque_ref *queue, prioque_item item) // ^ complaining about this space So, it should be - void insert_prioque (prioque_ref queue, prioque_item item) { /* .... */ }.
Perfect! That and a few other misc tweeks seemed to to the trick. Much thanks!
– KufNayr Jun 3 at 21:58 @KufNayr - As @Karl suggest, do also say through a comment in the code itself mentioning where that specific line exists. Glad that it worked :) – Mahesh Jun 3 at 22:00.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.