Y
Hacker News
new
|
ask
|
show
|
jobs
by
berti
2700 days ago
Just to add more context, this is a very common cpp (c pre-processor) idiom. You'll find it in most non-trivial C projects somewhere.
1 comments
pantalaimon
2700 days ago
Abbreviating the C Preprocessor as cpp is very confusing imho.
link
monocasa
2700 days ago
It's a common abbreviation older than C++. You used to even be able to run the c pre processor on arbitrary non-C files by using the cpp command.
link
berti
2700 days ago
You still can.
link
saagarjha
2700 days ago
Tell that to CPPFLAGS.
link