{"id":236,"date":"2008-01-31T23:07:54","date_gmt":"2008-01-31T22:07:54","guid":{"rendered":"http:\/\/mattiesworld.gotdns.org\/weblog\/2008\/01\/31\/amazing\/"},"modified":"2008-01-31T23:07:54","modified_gmt":"2008-01-31T22:07:54","slug":"amazing","status":"publish","type":"post","link":"https:\/\/mattiesworld.gotdns.org\/weblog\/2008\/01\/31\/amazing\/","title":{"rendered":"Amazing"},"content":{"rendered":"<blockquote><p>The 1989 C standard didn&#8217;t allow <strong>variable argument macros<\/strong>.  They were added in the <strong>1999<\/strong> standard.  To use one according to the standard, plug in &#8220;__VA_ARGS__&#8221; where you want the variable arguments.  For example:<\/p>\n<p>#define print(&#8230;) real_print( __VA_ARGS__ , 0)<\/p>\n<p>Of course, your compiler may or may not support either this feature or a nonstandard variation.<\/p><\/blockquote>\n<p>You might have guessed that, after all those years, the MS compiler still does not support them!!! arghh. crap.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The 1989 C standard didn&#8217;t allow variable argument macros. They were added in the 1999 standard. To use one according to the standard, plug in &#8220;__VA_ARGS__&#8221; where you want the variable arguments. For example: #define print(&#8230;) real_print( __VA_ARGS__ , 0) Of course, your compiler may or may not support either this feature or a nonstandard &hellip; <a href=\"https:\/\/mattiesworld.gotdns.org\/weblog\/2008\/01\/31\/amazing\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Amazing<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,7],"tags":[],"class_list":["post-236","post","type-post","status-publish","format-standard","hentry","category-programming","category-windows"],"_links":{"self":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts\/236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/comments?post=236"}],"version-history":[{"count":0,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/posts\/236\/revisions"}],"wp:attachment":[{"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/media?parent=236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/categories?post=236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mattiesworld.gotdns.org\/weblog\/wp-json\/wp\/v2\/tags?post=236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}