Hacker News new | ask | show | jobs
by AnanasAttack 2393 days ago
I can't be the only one who finds it cleaner to just use structs with state and pointers to them, than all such macro and typedef hackery
1 comments

Structs with state and pointers to them? Might as well just use C with classes.