<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kilrey</author_name>
  <author_url>https://blog.hatena.ne.jp/kilrey/</author_url>
  <blog_title>うっくつさん本を読む。</blog_title>
  <blog_url>https://kilrey.hatenadiary.org/</blog_url>
  <categories>
    <anon>言語</anon>
    <anon>ダメなコード</anon>
  </categories>
  <description>ありがちダメなコードのダメな理由を書くコーナー。 現象。 C99のソースコード(tmp.c) #include &lt;stdlib.h&gt; #include &lt;stdio.h&gt; int main() { int i = 0; printf(&quot;(++i) + (++i) = %d\n&quot;, (++i) + (++i)); return 0; }をコンパイルして実行すると、 $ gcc -std=c99 -pedantic -O0 -g tmp.c $ ./a.out (++i) + (++i) = 4 $ gcc -std=c99 -pedantic -O6 -g tmp.c $ ./a.out (++…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkilrey.hatenadiary.org%2Fentry%2F20091118%2Fp1&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>2009-11-18 00:00:01</published>
  <title>副作用のタイミング</title>
  <type>rich</type>
  <url>https://kilrey.hatenadiary.org/entry/20091118/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
