<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naskin</author_name>
  <author_url>https://blog.hatena.ne.jp/naskin/</author_url>
  <blog_title>We All Get Old - Naskin Diary</blog_title>
  <blog_url>https://naskin-diary.hatenablog.com/</blog_url>
  <categories>
    <anon>八苦(Hack)</anon>
  </categories>
  <description>「2.1 変数の保存」で保存出来るようなった変数をprint文で表示出来るように挑戦。 print対象文字に「$」で始まる文字だったら、構造体を利用した連結リストから同じ変数名のものを検索して値を取り出す。 char *token, varname[VALNAMELEN]; int i, j; struct VAR *p; if (!strncmp(token, &quot;$&quot;, 1)) { for (i = 0, j = 1; i &lt; strlen(token); i++, j++) { varname[i] = token[j]; } // 変数の連結リストから同じ名前のものを探す for (p …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaskin-diary.hatenablog.com%2Fentry%2F20100118%2F1263763700&quot; title=&quot;独自インタープリタに挑戦：#2.2 変数の表示 - We All Get Old - Naskin Diary&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>2010-01-18 06:28:20</published>
  <title>独自インタープリタに挑戦：#2.2 変数の表示</title>
  <type>rich</type>
  <url>https://naskin-diary.hatenablog.com/entry/20100118/1263763700</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
