
{"id":8155,"date":"2013-02-13T15:48:21","date_gmt":"2013-02-13T15:48:21","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8155"},"modified":"2013-02-13T15:48:21","modified_gmt":"2013-02-13T15:48:21","slug":"gcc-commandline-options-part-9","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/02\/13\/gcc-commandline-options-part-9\/","title":{"rendered":"GCC COMMANDLINE OPTIONS PART 9"},"content":{"rendered":"<h4><u>compiler option Testing<\/u><\/h4>\n<pre>\n$ls\nunsigned.c\n$gcc unsigned.c\n$.\/a.out\n\n The Geek Stuff [-10]\n$gcc -funsigned-char unsigned.c\n$.\/a.out\n\n The Geek Stuff [246]\n$cat unsigned.c\n#include&lt;stdio.h&gt;\n\nint main(void)\n{\n  char c = -10;\n  \/\/ Print the string\n   printf(\"n The Geek Stuff [%d]n\", c);\n   return 0;\n}\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>compiler option Testing $ls unsigned.c $gcc unsigned.c $.\/a.out The Geek Stuff [-10] $gcc -funsigned-char unsigned.c $.\/a.out The Geek Stuff [246] $cat unsigned.c #include&lt;stdio.h&gt; int main(void) { char c = -10; \/\/ Print the string printf(&#8220;n The Geek Stuff [%d]n&#8221;, c); return 0; } $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"page-templates\/full-width.php","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8155"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8155"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8155\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}