{"id":78,"date":"2010-10-23T02:50:15","date_gmt":"2010-10-23T02:50:15","guid":{"rendered":"http:\/\/wcarss.ca\/log\/?p=78"},"modified":"2010-11-07T04:29:06","modified_gmt":"2010-11-07T09:29:06","slug":"some-define-statements-for-debug-output","status":"publish","type":"post","link":"https:\/\/wcarss.ca\/log\/2010\/10\/some-define-statements-for-debug-output\/","title":{"rendered":"some define statements for debug output"},"content":{"rendered":"<pre class=\"brush: c\">#define debug\r\n\r\n#ifdef debug\r\n\t#define e_ printf(&quot;%d - here!\\n&quot;, __LINE__); fflush(stdout);\r\n\t\/\/#define e_\r\n\r\n\t#define i_(x) printf(&quot;%d - value is %d\\n&quot;, __LINE__, x); fflush(stdout);\r\n\t\/\/#define i_(x)\r\n\r\n\t#define s_(x) printf(&quot;%d -%s-\\n&quot;, __LINE__, x); fflush(stdout);\r\n\t\/\/#define s_(x)\r\n#ifndef\r\n\t#define e_\r\n\t#define i_(x)\r\n\t#define s_(x)\r\n#endif<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>#define debug #ifdef debug #define e_ printf(&quot;%d &#8211; here!\\n&quot;, __LINE__); fflush(stdout); \/\/#define e_ #define i_(x) printf(&quot;%d &#8211; value is %d\\n&quot;, __LINE__, x); fflush(stdout); \/\/#define i_(x) #define s_(x) printf(&quot;%d -%s-\\n&quot;, __LINE__, x); fflush(stdout); \/\/#define s_(x) #ifndef #define e_ #define i_(x) #define s_(x) #endif<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[16,19,17,18,20],"_links":{"self":[{"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/posts\/78"}],"collection":[{"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/comments?post=78"}],"version-history":[{"count":2,"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/posts\/78\/revisions"}],"predecessor-version":[{"id":110,"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/posts\/78\/revisions\/110"}],"wp:attachment":[{"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/media?parent=78"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/categories?post=78"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wcarss.ca\/log\/wp-json\/wp\/v2\/tags?post=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}