Hacker News new | ask | show | jobs
by mav3rick 2802 days ago
Haven't read the article but if block is void *, this won't compile because sizeof(void) is not defined. And they are probably trying to subtract the sizeof(struct header) hence the expression in your original comment.
1 comments