Hacker News new | ask | show | jobs
by TorKlingberg 2721 days ago
I've been a professional C programmer for years, but I rarely find cdecl useful (command line or website). Not because complex C declarations are intuitive to me, but because cdecl fails on any unknown types. Real world C code is full of typedefs.
1 comments

Could you not substitute in a known type, get the result and insert the unknown type back in afterwards?