<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Mugicha</author_name>
  <author_url>https://blog.hatena.ne.jp/Mugicha/</author_url>
  <blog_title>大量の麦茶　〜私のメモ帳的な何か〜</blog_title>
  <blog_url>https://mugicha-2.hatenadiary.org/</blog_url>
  <categories>
    <anon>programming</anon>
  </categories>
  <description>プログラム #include int main(){ char c1=1,c2=2; printf(&quot;%d\n&quot;,sizeof c1); printf(&quot;%d\n&quot;,sizeof(c1+c2)); printf(&quot;%d\n&quot;,sizeof 'A'); printf(&quot;%d\n&quot;,sizeof( (char)1+(char)2)); printf(&quot;%d\n&quot;,sizeof( (char)'A')); printf(&quot;%d\n&quot;,sizeof( (char)1)); printf(&quot;%d\n&quot;,sizeof(c1++)); printf(&quot;%d\n&quot;,sizeof(++c1)); } 結果 1 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmugicha-2.hatenadiary.org%2Fentry%2F20091116%2F1258356556&quot; title=&quot;文字定数はint型 - 大量の麦茶　〜私のメモ帳的な何か〜&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>2009-11-16 16:29:16</published>
  <title>文字定数はint型</title>
  <type>rich</type>
  <url>https://mugicha-2.hatenadiary.org/entry/20091116/1258356556</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
