<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>un_fantasma</author_name>
  <author_url>https://blog.hatena.ne.jp/un_fantasma/</author_url>
  <blog_title>幽霊がプログラミングを一から勉強するブログ</blog_title>
  <blog_url>https://un-fantasma.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>関数形式マクロを利用したプログラムの例 #include&lt;stdio.h&gt; #define sqr(x) ( (x) * (x) ) int main(void){ int nx; double dx; printf(&quot;整数を入力してください。&quot;); scanf(&quot;%d&quot;,&amp;nx); printf(&quot;その数の２乗は%dです。\n&quot;,sqr(nx)); printf(&quot;実数を入力してください。&quot;); scanf(&quot;%lf&quot;,&amp;dx); printf(&quot;その数の２乗は%fです。\n&quot;,sqr(dx)); return 0; } #define sqr(x) ( (x) * (x) ) この部分は、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fun-fantasma.hatenadiary.org%2Fentry%2F20090705%2F1246791892&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>2009-07-05 20:04:52</published>
  <title>関数形式マクロ</title>
  <type>rich</type>
  <url>https://un-fantasma.hatenadiary.org/entry/20090705/1246791892</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
