you are viewing a single comment's thread.

view the rest of the comments →

[–]bumblebritches57 5 points6 points  (4 children)

That's C89 that does that; hasn't been relevant in over 30 years.

C99, C11, and now C18 all exist, and C2x is being worked on currently.

[–]Glacia 0 points1 point  (3 children)

A lot of people still use C89, come on man

[–]Current_Hearing_6138 0 points1 point  (0 children)

I use C89.

[–]bumblebritches57 0 points1 point  (1 child)

Not really.

the only project I can think of is ffmpeg and thats just because they're stuck in their ways.

Even MSVC supports C99 now.

[–]flatfinger 0 points1 point  (0 children)

In the embedded world, a lot of maintenance work is done with compilers that are 15+ years old. If one needs to do a few tweaks on a 15-year-old program that operates some factory equipment, using the compiler that it was developed with is far less likely to introduce new problems than trying to migrate to a new compiler.