<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a4dosanddos</author_name>
  <author_url>https://blog.hatena.ne.jp/a4dosanddos/</author_url>
  <blog_title>プログラム日記</blog_title>
  <blog_url>https://a4dosanddos.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>なんだかわけのわからないタイトルですが、要は「00000000 〜 0000000F」みたいな感じで、連続した 8 桁の 16 進数 ( 足りない桁は 0 埋めする ) を名前としたファイルを生成するってサンプル書いてみたので、メモしておきます。※ できればスクリプトでさっとやりたい内容ではありますが、ひとまず C で・・・ #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; void createFile(char *name); void main(void) { char s[9]; int i = 0; int n; for(n = 0; n &lt; 17; n+…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa4dosanddos.hatenablog.com%2Fentry%2F2015%2F03%2F06%2F020109&quot; title=&quot; 「C」8桁16進数(足りない桁は0埋め)の名前でファイルを生成する - プログラム日記&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>2015-03-06 02:01:09</published>
  <title> 「C」8桁16進数(足りない桁は0埋め)の名前でファイルを生成する</title>
  <type>rich</type>
  <url>https://a4dosanddos.hatenablog.com/entry/2015/03/06/020109</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
