<?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-17 80字より長い行を全て印字するプログラムを書け。 #include &lt;stdio.h&gt; #define LENGTHNOTPRINT 80 main() { int c, i, j; int cache[LENGTHNOTPRINT]; i = 0; while ((c = getchar()) != EOF) { ++i; if (i &lt;= LENGTHNOTPRINT) cache[i-1] = c; if (i == LENGTHNOTPRINT+1) { for (j = 0; j &lt; LENGTHNOTPRINT; ++j) putchar(cache[j]); } …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fishikuro.hateblo.jp%2Fentry%2F20071008%2F1191842182&quot; title=&quot;1-17.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>2007-10-08 20:16:22</published>
  <title>1-17.c</title>
  <type>rich</type>
  <url>https://ishikuro.hateblo.jp/entry/20071008/1191842182</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
