Lemmy.one
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
CodyIT@programming.dev to Linux@lemmy.ml · 7 个月前

The Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensions

www.phoronix.com

external-link
message-square
8
fedilink
  • cross-posted to:
  • linux@programming.dev
52
external-link

The Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensions

www.phoronix.com

CodyIT@programming.dev to Linux@lemmy.ml · 7 个月前
message-square
8
fedilink
  • cross-posted to:
  • linux@programming.dev
alert-triangle
You must log in or # to comment.
  • mina86@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    47
    ·
    edit-2
    28 天前

    deleted by creator

    • tabular@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      7 个月前

      Untagged?

      • Obin@feddit.org
        link
        fedilink
        arrow-up
        20
        ·
        edit-2
        7 个月前

        You mean ‘unnamed’ is what’s confusing you?

        Normally you can do anonymous struct/union members or struct struct/union members that are tagged structs but not anonymous.

        I.e. in standard C you’d have to do either:

        struct foo { int baz; };
        struct bar { struct foo foo; };
        ...
        struct bar data;
        data.foo.baz = 0;
        

        or:

        struct bar { struct {  int baz; } foo; };
        ...
        struct bar data;
        data.baz = 0;
        

        but to do the following, you’d need the extension:

        struct foo { int baz; };
        struct bar { struct foo; };
        ...
        struct bar data;
        data.baz = 0;
        
        • mina86@lemmy.wtf
          link
          fedilink
          English
          arrow-up
          8
          ·
          edit-2
          28 天前

          deleted by creator

          • Obin@feddit.org
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            7 个月前

            Unless I’m misunderstanding something, I’m pretty sure they’ve been standardized in C11. Also mentioned here.

            • mina86@lemmy.wtf
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              28 天前

              deleted by creator

      • mina86@lemmy.wtf
        link
        fedilink
        English
        arrow-up
        13
        ·
        edit-2
        28 天前

        deleted by creator

  • ZkhqrD5o@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    7 个月前

    If I understood correctly, it’s free software anyway, so why the discussion?

    • vort3@lemmy.ml
      link
      fedilink
      arrow-up
      19
      ·
      edit-2
      7 个月前

      Because they wanted drama and clickbaity headline.

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    7 个月前

    …Extend

  • fubarx@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    7 个月前

  • PragmaticOne@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 个月前

    This is a non story but people want to hate on MS so will grasp anything they can to try and make a thing out of it.

Linux@lemmy.ml

linux@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linux@lemmy.ml

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

  • !opensource@lemmy.ml
  • !libre_culture@lemmy.ml
  • !technology@lemmy.ml
  • !libre_hardware@lemmy.ml

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 130 users / day
  • 1.61K users / week
  • 4.84K users / month
  • 13.3K users / 6 months
  • 551 local subscribers
  • 65.4K subscribers
  • 9.52K Posts
  • 251K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • nooter692@lemmy.ml
  • MarcellusDrum@lemmy.ml
  • Arthur Besse@lemmy.ml
  • Cyclohexane@lemmy.ml
  • d3Xt3r@lemmy.nz
  • BE: 0.19.7
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org