|
|
|
|
|
by dhhfss
612 days ago
|
|
This depends on the platform. Many embedded systems are based on arm these days and have modern toolchains available. I cannot remember the last time I saw C99 used. C codebases generally use C11 or C17, and C++ code bases use C++20 |
|
Also 8 and 16 bit embedded toolchains are certainly not on C11 / C17, they can hardly afford full C89.