Hacker News new | ask | show | jobs
by nuancebydefault 759 days ago
What i usually do is: Write a normal function declaration, prepend it with typedef and append _t to the function name. DONE

The same trick works for anything you want to typedef!