<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>debian36</author_name>
  <author_url>https://blog.hatena.ne.jp/debian36/</author_url>
  <blog_title>debian36の日記</blog_title>
  <blog_url>https://debian36.hatenadiary.org/</blog_url>
  <categories>
    <anon>programming</anon>
  </categories>
  <description>上の実験コードでは、intを char 配列として見ています。32バイトのビット配列をひとつの 32ビット数値 としてみるか、4つの 8ビット数値 といてみるかという、要は、「見方」を変えたものです。 では、ついでに、もうひとつ「見方」を変えてみます。 #include int main(void){ signed char sint8 = 0xff; printf(&quot;%x\n&quot;,sint8); printf(&quot;%x\n&quot;,(unsigned char)sint8); printf(&quot;%d\n&quot;,sint8); printf(&quot;%d\n&quot;,(unsigned char)sint8); retu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdebian36.hatenadiary.org%2Fentry%2F20080220%2F1203508786&quot; title=&quot;符号付き数値 - debian36の日記&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>2008-02-20 20:59:46</published>
  <title>符号付き数値</title>
  <type>rich</type>
  <url>https://debian36.hatenadiary.org/entry/20080220/1203508786</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
