<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomoemon</author_name>
  <author_url>https://blog.hatena.ne.jp/tomoemon/</author_url>
  <blog_title>tomoemonの日記</blog_title>
  <blog_url>https://tomoemon.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>昨日のよくわからない問題ですが、以下のような簡単なチェックをしてみたところ挙動がわかりました。 int j=0; printf(&quot;j = %d, j++ = %d\n&quot;,j,j++); //Releaseビルド（最適化：実行速度）だと 出力：j = 0, j++ = 0 混合モード push 0 push 0 push offset string &quot;j = %d, j++ = %d\n&quot; (413490h) call printf (40B5D4h) //Releaseビルド（最適化：無効） 出力：j = 0, j++ = 0 混合モード mov dword ptr [j],0 mov eax…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftomoemon.hateblo.jp%2Fentry%2F20051003%2Fp1&quot; title=&quot; インクリメントはいつ行われる？ - tomoemonの日記&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>2005-10-03 00:00:00</published>
  <title> インクリメントはいつ行われる？</title>
  <type>rich</type>
  <url>https://tomoemon.hateblo.jp/entry/20051003/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
