Hacker News new | ask | show | jobs
by akovaski 552 days ago
The interesting thing being pointed out is that you can do both `typedef <type> <name>;` (the common way, I think) and `<type> typedef <name>;`.