Y
Hacker News
new
|
ask
|
show
|
jobs
by
zajio1am
1137 days ago
Are there any mainstream implementation where NULL is not typed as (void *)? That seems like a choice that would cause so many problems (type warnings, va_arg issues), i wonder why would anyone do that.
2 comments
peterfirefly
1137 days ago
Vintage code or code written by vintage coders.
Code written by C++ programmers.
Code written to be both C and C++.
link
ori_b
1137 days ago
No.
link
Code written by C++ programmers.
Code written to be both C and C++.