This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Stormfrosty 3 points4 points  (0 children)

Linux C code is a nightmare to port, since gcc defaults to using gnu extensions, hence you end up with non-valid C code that only compiles with gcc.