Hacker News new | ask | show | jobs
by crest 191 days ago
C has finally gained `alignas` so you can avoid the union hack or you could just rely on malloc to alway return the maximum alignment anyway.