Y
Hacker News
new
|
ask
|
show
|
jobs
by
quietbritishjim
262 days ago
While I agree it shouldn't, that particular document is the UNIX specification, not the C specification, so it does not apply to C compilers on non-UNIX platforms.
1 comments
jibal
261 days ago
free(NULL) is a noop ever since C89 (I was on the standards committee, X3J11).
link