Hacker News new | ask | show | jobs
Nicer C99 APIs with Designated Initializers (spin.atomicobject.com)
3 points by silentbicycle 4272 days ago
1 comments

His code snippets are not showing up correctly on his site:

"bool ok = socket99_open(&cfg, &res);"

Fixed, thanks.
Great post! I'm a diehard embedded C programmer, so any new language tidbit is always welcome. Thanks! ;)