<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズムとデータ構造</anon>
  </categories>
  <description>文字列の整列の場合、今までの整数整列のデータ型インターフェースの最初を次のように変える typedef char *Item; #define key(A) (A) #define less(A, B) (strcmp(key(A), key(B)) &lt; 0) 文字列は文字の配列へのポインタのため、整列では文字の配列へのポインタの配列を扱う。 以下のプログラムでは文字をバッファ(buf)の中に静的に割り付ける プログラム6.11 文字列の項目のためのデータ型の実現 #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;string.h&gt; #inclu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20120131%2F1327960306&quot; title=&quot;整列　添字整列とポインタ整列 - Afro-Blue&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>2012-01-31 06:51:46</published>
  <title>整列　添字整列とポインタ整列</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20120131/1327960306</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
