Hacker News new | ask | show | jobs
by jdefr89 473 days ago
What is with the incorrect function declarations? I see:

int (func)().

Maybe you meant: int * (*func)(void)?

Don't mean to be pedantic. Just wanted to point it out so you can fix it.