@DrorK. @mirabilos, sorry it took me a while to respond! I was reading the blog post on NULL and your messages, trying to digest everything (didn't have an opportunity to check the C99 pages yet), but it already gave me an idea on the complexity of the topic. After reading it I'm tempted to run `%s/NULL/(void \*) NULL/gc` on all my codes! lol
Truth is I first thought it was supposed to be `(void *)`, so casting it to `(char *)` would be a bit pointless, both of them having the same size. I believe the function would treat the argument as the type it expected, so if the value/size was the sa…
Truth is I first thought it was supposed to be `(void *)`, so casting it to `(char *)` would be a bit pointless, both of them having the same size. I believe the function would treat the argument as the type it expected, so if the value/size was the sa…
