<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>qnighy</author_name>
  <author_url>https://blog.hatena.ne.jp/qnighy/</author_url>
  <blog_title>簡潔なQ</blog_title>
  <blog_url>https://qnighy.hatenablog.com/</blog_url>
  <categories>
    <anon>Programming</anon>
  </categories>
  <description>最近思うんだけれど、C言語の文法って 「宣言は置換規則」 っていう発想がところどころみられるよね。 たとえば、古いK&amp;Rの関数定義なら #include &lt;stdio.h&gt; /* funcの定義 */ char func(x,y) int x; double y; { return 'B'; } /* funcの利用 */ main() { int x; /* xはintに置換される */ double y; /* yはdoubleに置換される */ x = 1; y = 2.0; printf(&quot;%c&quot;, func(x,y)); /* func(x,y)がcharに置換される、と考えることも…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fqnighy.hatenablog.com%2Fentry%2F20090412%2F1239510387&quot; title=&quot;C言語の文法「宣言は置換規則」 - 簡潔なQ&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>2009-04-12 13:26:27</published>
  <title>C言語の文法「宣言は置換規則」</title>
  <type>rich</type>
  <url>https://qnighy.hatenablog.com/entry/20090412/1239510387</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
