Y
Hacker News
new
|
ask
|
show
|
jobs
by
cliveowen
4478 days ago
Is there a way to specify C89 but use the C99 style comments (i.e. //)?
1 comments
mpyne
4478 days ago
I believe that -std=gnu89 should give you C89 with that particular extension (and some others).
link