|
|
|
|
|
by jussij
2300 days ago
|
|
> Note, I'd like my C code to work on Windows, which possibly restricts the "right way" to features provided by C89 That might be the case if you plan to use the Microsoft C compiler as they have publicly said the don't have plans to update their C compiler. However that is not your only option, since clang and several GCC ports will also work on Windows. |
|
Still pretty incomplete last I checked but portability is better than it was.