<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ishn</author_name>
  <author_url>https://blog.hatena.ne.jp/ishn/</author_url>
  <blog_title>N=1</blog_title>
  <blog_url>https://ishikuro.hateblo.jp/</blog_url>
  <categories>
    <anon>K&amp;R2Exercise</anon>
  </categories>
  <description>演習 1-8 空白、タブ、改行を数えるプログラムを書け。 #include &lt;stdio.h&gt; main() { int c, sp = 0, tb = 0, nl = 0; while ((c = getchar()) != EOF) { if (c == ' ') ++sp; if (c == '\t') ++tb; if (c == '\n') ++nl; } printf(&quot;space: %d, tab: %d:, newline %d\n&quot;, sp, tb, nl); } $ ./a.out space: 39, tab: 10:, newline 12</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fishikuro.hateblo.jp%2Fentry%2F20061127%2F1164615438&quot; title=&quot;1-8.c - N=1&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>2006-11-27 17:17:18</published>
  <title>1-8.c</title>
  <type>rich</type>
  <url>https://ishikuro.hateblo.jp/entry/20061127/1164615438</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
