Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Vertigo (vertigo@mastodon.social)'s status on Wednesday, 23-Aug-2017 11:24:25 EDT Vertigo Vertigo

    TIL: early C compilers did not have unique namespaces for structure members. This is why you needed to write stuff like:

    struct Node {
    struct Node *n_next, *n_prev;
    };

    instead of eliding the n_ prefixes.

    This was important because the `.` and `->` operators only knew that its LHS was a pointer, not a pointer to a Node.

    In conversation Wednesday, 23-Aug-2017 11:24:25 EDT from mastodon.social permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.