<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohhoy</author_name>
  <author_url>https://blog.hatena.ne.jp/yohhoy/</author_url>
  <blog_title>yohhoyの日記</blog_title>
  <blog_url>https://yohhoy.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C</anon>
    <anon>C2x</anon>
    <anon>C++</anon>
    <anon>gcc</anon>
    <anon>Clang</anon>
  </categories>
  <description>プログラミング言語Cの次期C2x(C23)言語仕様では、空のブレース{}を用いた配列・構造体の初期化が許容される。C++では当初からOK。 typedef struct S { int m1, m2; } S; // C17:ill-formed / C2x:OK / C++:OK int arr0[10] = {}; S obj0 = {}; // C:OK / C++:OK int arr1[10] = { 0 }; S obj1 = { 0 }; C17現在では空の初期化子リストは許されず、少なくとも1つの初期化子を記述する（= {0}）必要あり。対応する初期化子のない配列要素や構造体メ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohhoy.hatenadiary.jp%2Fentry%2F20220917%2Fp1&quot; title=&quot;R.I.P. &amp;quot;= {0}&amp;quot; - yohhoyの日記&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>2022-09-17 00:00:00</published>
  <title>R.I.P. &quot;= {0}&quot;</title>
  <type>rich</type>
  <url>https://yohhoy.hatenadiary.jp/entry/20220917/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
