(Replying to PARENT post)

ISO C11 has been known as "C1x" until its standardization:

http://en.wikipedia.org/wiki/C1X

Nothing earth-shaking. The _Generic keyword is probably the most exotic addition (at least among those listed on the Wikipedia page) -- it's basically switch(typeof(X)) for macros.

๐Ÿ‘คpavlov๐Ÿ•‘14y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(Replying to PARENT post)

Is there a reason C11 doesn't include typeof? It's been a gcc extension for decades now, and I see no reason it can't be part of the official standard.
๐Ÿ‘คderleth๐Ÿ•‘14y๐Ÿ”ผ0๐Ÿ—จ๏ธ0