{"id":15,"date":"2010-06-09T08:44:02","date_gmt":"2010-06-09T08:44:02","guid":{"rendered":"http:\/\/www.electronic-products-development.com\/?p=15"},"modified":"2022-02-17T10:13:11","modified_gmt":"2022-02-17T10:13:11","slug":"line-continuation-character","status":"publish","type":"post","link":"https:\/\/ibex.tech\/c\/c\/general-c-things\/line-continuation-character","title":{"rendered":"Line Continuation Character"},"content":{"rendered":"<pre><code>\r\n\t\\\t\/\/Put a '\\' at the end of a line to signify to compiler next line shoud be part of this line\r\n\t\t\/\/This is useful for defines etc, e.g.:-\r\n\r\n#define USBInitialize(x)            \\\r\n    {                               \\\r\n        USBHostInit(x);             \\\r\n    }\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\\ \/\/Put a &#8216;\\&#8217; at the end of a line to signify to compiler next line shoud be part of this line \/\/This is useful for defines etc, e.g.:- #define USBInitialize(x) \\ { \\ USBHostInit(x); \\ }<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-15","post","type-post","status-publish","format-standard","hentry","category-general-c-things"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/15\/revisions"}],"predecessor-version":[{"id":570,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/15\/revisions\/570"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/media?parent=15"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/categories?post=15"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/tags?post=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}