I'm working on the open project gridlabd hosted at sourceforge. I was trying to call the create_thread
function: static __inline int create_thread(void * (*proc)(void *), void *arg)
I just don't understand for the life of me what in the world void * (*proc)(void *)
means.....
As a side note, did stack overflow add an option for Jon Skeet to answer questions as they're typed up live. I just got a notification at the bottom of my screen saying Jon Skeet has answered this just now.