<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moguriso</author_name>
  <author_url>https://blog.hatena.ne.jp/moguriso/</author_url>
  <blog_title>tizen.moe</blog_title>
  <blog_url>https://blog.tizen.moe/</blog_url>
  <categories>
    <anon>PC</anon>
    <anon>Tips</anon>
  </categories>
  <description>とあるコードを読んでて悩んだ箇所がありまして。 1 #include &lt;stdio.h&gt; 2 3 static int testCalc(int a, int b) 4 { 5 int ret = 0; 6 7 ret = a + b; 8 9 return ret; 10 } 11 12 int main() 13 { 14 char a = 0x0f; 15 char b = 0x00; 16 17 char c = (testCalc(a,b) || b); 18 19 printf(&quot;a = %x, b = %x, c = %x\n&quot;, a, b, c); 20 return 0; 2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.tizen.moe%2Fentry%2F2016%2F05%2F24%2F000000&quot; title=&quot;備忘録：C言語 - tizen.moe&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>2016-05-24 00:00:00</published>
  <title>備忘録：C言語</title>
  <type>rich</type>
  <url>https://blog.tizen.moe/entry/2016/05/24/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
