Y
Hacker News
new
|
ask
|
show
|
jobs
by
pkaye
2725 days ago
Its better to create a series of typedef and build up the declaration. Most of the time you need those sub typedef anyway.
1 comments
nwmcsween
2725 days ago
Extremely sparingly, typedefs like in glib are a nightmare and just arbitrary typedefs like char -> char_t are just useless
link