CodyIT@programming.dev to Linux@lemmy.ml · 28 days agoThe Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensionswww.phoronix.comexternal-linkmessage-square5linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkThe Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensionswww.phoronix.comCodyIT@programming.dev to Linux@lemmy.ml · 28 days agomessage-square5linkfedilink
minus-squaremina86@lemmy.wtflinkfedilinkEnglisharrow-up1·27 days agoThis is hardly newsworthy. If the extensions were called ‘Jabberwocky C Extennsions’ no one would have cared. The extension allows for tagged unnamed structs inside of a struct, e.g.: struct inner { /* ... */ }; struct outer { int value; struct inner; };
This is hardly newsworthy. If the extensions were called ‘Jabberwocky C Extennsions’ no one would have cared. The extension allows for tagged unnamed structs inside of a struct, e.g.:
struct inner { /* ... */ }; struct outer { int value; struct inner; };