<?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>// // 行末のスペースと改行を削除 // (c) 2017 mikan // ※使用にあたっては利用者の自己責任でお願いします。 / int SpaceDelete(char *str) { int i; int len; // 文字列長 len = strlen(str); if(len &gt; 0) { i = len - 1; } else { return -1; } // 改行コード削除（LF,CR,CR+LF対応） if(str[i] == 0x0a) { str[i] = 0x00; i --; } if(str[i] == 0x0d) { str[i] = 0x00; i --…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnamco.hatenablog.jp%2Fentry%2F2017%2F01%2F12%2F164344&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-12 16:43:44</published>
  <title>【C言語】行末のスペースと改行を削除</title>
  <type>rich</type>
  <url>https://namco.hatenablog.jp/entry/2017/01/12/164344</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
