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

I believe that -std=gnu89 should give you C89 with that particular extension (and some others).