<?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>C</anon>
  </categories>
  <description>C言語の型の読み方の解説は探すと色々出てくるが、改めて自分で説明してみることにした。 用語説明 C言語のポインタ記法に代わる記法として、ここでは次のような記法を導入する。もちろんこれはC言語にはない。 型 T へのポインタを ptr&lt;T&gt; と書く。 型 T が n 個並んだ配列を arr&lt;T, n&gt; と書く。 可変長配列を arr&lt;T, *&gt; と書く。 サイズ指定のない配列を arr&lt;T,&gt; と書く。 関数を fun&lt;int(int, int)&gt; のように書く。 ノンプロトタイプ関数を fun&lt;int(*)&gt; のように書く。 変数名について C言語の型は、構文上は変数名とセットで扱われる。対応…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fqnighy.hatenablog.com%2Fentry%2F2017%2F03%2F06%2F233150&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>2017-03-06 23:31:50</published>
  <title>C言語の型の読み方</title>
  <type>rich</type>
  <url>https://qnighy.hatenablog.com/entry/2017/03/06/233150</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
