<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gom68</author_name>
  <author_url>https://blog.hatena.ne.jp/gom68/</author_url>
  <blog_title>gom68の日記</blog_title>
  <blog_url>https://gom.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>ふつうのLinuxプログラミングに載っていた練習問題を書いてみた。 お題は、 ファイルを読み込み、\t を&quot;\t&quot;に、改行 を &quot;$&quot;+改行 に置き換えた文字列を出力するコマンド #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; int main (int argc, const char *argv[]) { FILE *f; int c; if (argc &lt; 2) { printf(&quot;Usage: cat [file]...\n&quot;); return 1; } int i; for ( i = 1; i &lt; argc; i++) { f = fopen(argv…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgom.hatenablog.com%2Fentry%2F20090125%2F1232868432&quot; title=&quot;Cでcatもどきを書く - gom68の日記&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>2009-01-25 16:27:12</published>
  <title>Cでcatもどきを書く</title>
  <type>rich</type>
  <url>https://gom.hatenablog.com/entry/20090125/1232868432</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
