<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>myerss555</author_name>
  <author_url>https://blog.hatena.ne.jp/myerss555/</author_url>
  <blog_title>mikan's technical note</blog_title>
  <blog_url>https://namco.hatenablog.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>// // 【メモリマップドファイル】※solaris10で動作確認済み // (c) 2017 mikan // ※使用にあたっては利用者の自己責任でお願いします。 // #include &lt;stdio.h&gt; #include &lt;fcntl.h&gt; #include &lt;unistd.h&gt; #include &lt;sys/mman.h&gt; #include &lt;sys/stat.h&gt; int main(int argc, char *argv[]) { int fd; // ファイルディスクリプタ char *p; // マッピングアドレス struct stat sbuf; // ファイル情報 // …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnamco.hatenablog.jp%2Fentry%2F2017%2F01%2F17%2F203837&quot; title=&quot;【C言語 メモリマップドファイル】 - mikan&amp;#39;s technical note&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>2017-01-17 20:38:37</published>
  <title>【C言語 メモリマップドファイル】</title>
  <type>rich</type>
  <url>https://namco.hatenablog.jp/entry/2017/01/17/203837</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
