<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>obelisk2</author_name>
  <author_url>https://blog.hatena.ne.jp/obelisk2/</author_url>
  <blog_title>Camera Obscura</blog_title>
  <blog_url>https://obelisk.hatenablog.com/</blog_url>
  <categories>
    <anon>C言語</anon>
    <anon>Linux</anon>
  </categories>
  <description>C言語の stdio（標準入出力ライブラリ）のお勉強をしたので、ファイルのコピーをする関数 my_copy() を書いてみました。Linux Mint 18.2 + gcc で確認しました。mycopy.c #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;sys/stat.h&gt; int main(){ my_copy(&quot;mycopy.c&quot;, &quot;another_mycopy.c&quot;); exit(0); } void my_copy(char *from[], char *to[]) { FILE *f1, *f2; int c; f1 = fop…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fobelisk.hatenablog.com%2Fentry%2F2017%2F08%2F24%2F164351&quot; title=&quot;ファイルの単純なコピー（C言語） - Camera Obscura&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>https://images-fe.ssl-images-amazon.com/images/I/41KHt9YEIyL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-08-24 16:43:51</published>
  <title>ファイルの単純なコピー（C言語）</title>
  <type>rich</type>
  <url>https://obelisk.hatenablog.com/entry/2017/08/24/164351</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
