Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kibibu
on March 2, 2014
|
parent
|
context
|
favorite
| on:
A brief history of one line fixes
Only in C++ pre C++11 - most C compilers use
#define NULL ((void *)0)
in which case, using NULL, you're comparing a function to a pointer.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
#define NULL ((void *)0)
in which case, using NULL, you're comparing a function to a pointer.