<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kalax</author_name>
  <author_url>https://blog.hatena.ne.jp/kalax/</author_url>
  <blog_title>日記</blog_title>
  <blog_url>https://everykalax.hateblo.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>今日出たエラーについてメモ。 出たエラー ポインタと整数の比較を行なっています[デフォルトで有効] if (letter == &quot;c&quot;) count++; ^ 文字列リテラルの比較結果は不定です[-Waddress] （注：letterはchar型変数） 解決 文字をくくるのはシングルクォーテーションという決まりがある。 programming.pc-note.net C言語では、文字と文字列は別物として扱われています。文字は半角英数字ひとつ、文字列は文字が複数集まったものです。(半角の記号ひとつも文字です)日本語などの全角文字は、一文字だけでも文字列として扱われます。そして、文字はシングルク…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feverykalax.hateblo.jp%2Fentry%2F2020%2F10%2F01%2F184540&quot; title=&quot;【C言語】「ポインタと整数の比較を行なっています」 - 日記&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>2020-10-01 18:45:40</published>
  <title>【C言語】「ポインタと整数の比較を行なっています」</title>
  <type>rich</type>
  <url>https://everykalax.hateblo.jp/entry/2020/10/01/184540</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
