CodyIT@programming.dev to Linux@lemmy.ml · 4 days agoThe Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensionswww.phoronix.comexternal-linkmessage-square12fedilinkarrow-up151arrow-down117
arrow-up134arrow-down1external-linkThe Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensionswww.phoronix.comCodyIT@programming.dev to Linux@lemmy.ml · 4 days agomessage-square12fedilink
minus-squaremina86@lemmy.wtflinkfedilinkEnglisharrow-up8·edit-23 days agoMinor correction: Unnamed structs and unions (so your second example) are not part of C. They are GNU extensions.
minus-squareObin@feddit.orglinkfedilinkarrow-up4·edit-24 days agoUnless I’m misunderstanding something, I’m pretty sure they’ve been standardized in C11. Also mentioned here.
Minor correction: Unnamed structs and unions (so your second example) are not part of C. They are GNU extensions.Unless I’m misunderstanding something, I’m pretty sure they’ve been standardized in C11. Also mentioned here.
You appear to be correct.