Y
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
tom_
2802 days ago
gcc actually lets you do this:
https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Pointer-Arith.h...
link