<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>サンプル1（ポインタ演算） #include &lt;stdio.h&gt; int main(void) { int hoge; int *hoge_p; hoge_p = &amp;hoge; printf(&quot;hoge_p...%p\n&quot;, hoge_p); /* hoge_pに１を加算する */ hoge_p++; printf(&quot;hoge_p...%p\n&quot;, hoge_p); /* hoge_pに３を加算して表示 */ printf(&quot;hoge_p...%p\n&quot;, hoge_p + 3); return 0; }出力結果hoge_p...0x7fff649efac4 hoge_p...0x7fff64…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20111203%2F1322867948&quot; title=&quot;ポインタ２ - Afro-Blue&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>2011-12-03 08:19:08</published>
  <title>ポインタ２</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20111203/1322867948</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
