|
|
|
|
|
by CJefferson
2374 days ago
|
|
The only modern problem with switching to C99 is Visual Studio on Windows. You have 2 sensible choices: 1) Use clang to build on Windows. 2) Use the subset of C99 which is implemented in Visual Studio (which also requires compiling as C++, which isn't that difficult to handle). |
|