Hacker News new | ask | show | jobs
by dcuthbertson 559 days ago
> and you get both DRY and avoid (void *) casting.

While that line of code is DRY, it doesn't avoid casting "void *" to "thing_t *".