<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomute</author_name>
  <author_url>https://blog.hatena.ne.jp/tomute/</author_url>
  <blog_title>tomute's note</blog_title>
  <blog_url>https://tomute.hateblo.jp/</blog_url>
  <categories>
    <anon>C Language</anon>
    <anon>Windows</anon>
  </categories>
  <description>C99でサポートされた可変個数引数マクロ（以下のようなコード）は、MicrosoftのVisual C++では未サポート（Visual C++ 2005ではサポートされている模様）。 #define dbg(fmt, ...) printf(&quot;debug:&quot; fmt, __VA_ARGS__) 上記のコードを、とりあえずVC++でコンパイルし実行出来るようにするには、以下のように書き換えると良い。 #define dbg printf 上記で本当に問題が無いかどうかまでは未確認。 【追記】 コメント欄でwraith13さんに指摘していただいたように、この方法ではリリース版でデバッグコードを消す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftomute.hateblo.jp%2Fentry%2F20080123%2F1201126806&quot; title=&quot; 可変個数引数マクロがVisual C++で未サポートな件 - tomute&amp;#39;s note&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-01-23 07:20:06</published>
  <title> 可変個数引数マクロがVisual C++で未サポートな件</title>
  <type>rich</type>
  <url>https://tomute.hateblo.jp/entry/20080123/1201126806</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
