Comment on Is C maintained like other languages with public repo, releases and issues?Comments−nabla91yNo.C is a language defined by standard, not by implementation. The ANSI C standard is defined by American National Standards Institute (ANSI).Short list of the lasted C17 standard conformant compilers from the top of my head: Clang, GCC, Microsoft , EAR, AMD, Intel, ..
Comments
No.
C is a language defined by standard, not by implementation. The ANSI C standard is defined by American National Standards Institute (ANSI).
Short list of the lasted C17 standard conformant compilers from the top of my head: Clang, GCC, Microsoft , EAR, AMD, Intel, ..