Hacker News new | ask | show | jobs
by steveklabnik 5951 days ago
You shouldn't need to port your code; C is C, right?

Or do you use a lot of gcc extensions?

1 comments

Clang is compatible with the most used GCC extensions. See this: http://clang.llvm.org/features.html#gcccompat
Even better!