<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seiunsky</author_name>
  <author_url>https://blog.hatena.ne.jp/seiunsky/</author_url>
  <blog_title>すがブロ</blog_title>
  <blog_url>https://sugamasao.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>所謂 List的なもの 標準Cに List なるものは、当たり前だけど、無いようだ。 できるだけ汎用だといいんだけど、例えば int ならこんなデータ型を用意すれば良いのだろうか。。。 typedef struct list { int value; struct list* next; } intList; んで、動的に intList を生成して、先頭アドレスを next に突っ込んでやれば良い。 理論的にはそんなところだと思うし、実際のとところもそうなんだろうけど、いまいちポインタと構造体の扱い方がよくわからくて時間切れ。 new 的な関数とadd と remove くらい実装しようかと…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsugamasao.hatenablog.com%2Fentry%2F20080514%2F1210792354&quot; title=&quot;リスト - すがブロ&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>2008-05-14 04:12:34</published>
  <title>リスト</title>
  <type>rich</type>
  <url>https://sugamasao.hatenablog.com/entry/20080514/1210792354</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
