<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yz2cm</author_name>
  <author_url>https://blog.hatena.ne.jp/yz2cm/</author_url>
  <blog_title>ゆずさん研究所</blog_title>
  <blog_url>https://yz2cm.hatenadiary.org/</blog_url>
  <categories>
    <anon>Programming C</anon>
  </categories>
  <description>自己参照構造体のエイリアスを定義するとき、構造体のタグ名とエイリアスを重複させないように、エイリアスの先頭に「_」（アンダースコア）をつけたものをタグ名とする定義を見かけますが・・・ /* ×悪い例 */ typedef struct _NODE{ int node_id; struct _NODE *prev; struct _NODE *next; }NODE; 「_」からはじまるシンボル名は、将来的にCの予約語として定義される可能性があるため、ユーザ定義のシンボル名で使用するのは避けるべきです。構造体のタグ名とエイリアス名は、そもそも名前空間が異なっているので、同じシンボル名をつけてもコ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyz2cm.hatenadiary.org%2Fentry%2F20131205%2F1386250964&quot; title=&quot;自己参照構造体のエイリアス定義 - ゆずさん研究所&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-12-05 22:42:44</published>
  <title>自己参照構造体のエイリアス定義</title>
  <type>rich</type>
  <url>https://yz2cm.hatenadiary.org/entry/20131205/1386250964</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
