
{"id":14847,"date":"2014-01-02T19:20:20","date_gmt":"2014-01-02T19:20:20","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=14847"},"modified":"2014-01-02T19:20:20","modified_gmt":"2014-01-02T19:20:20","slug":"posix_openpt-open-a-pseudoterminal-device","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2014\/01\/02\/posix_openpt-open-a-pseudoterminal-device\/","title":{"rendered":"posix_openpt &#8211; open a pseudoterminal device"},"content":{"rendered":"<h4><u>FUNCTION IMPLEMENTATION<\/u><\/h4>\n<pre style=\"width:100%;border-radius:6%;font-size:130%;border-color:#ffb502;\">\nint\n           posix_openpt(int flags)\n           {\n               return open(\"\/dev\/ptmx\", flags);\n           }\n\n<\/pre>\n<p>\n<a style=\"font-size:150%;color:#1469eb;font-family:'Bree Serif', serif;\" href=\"http:\/\/www.beautifulwork.org\/2014\/01\/01\/pty-pseudoterminal-interfaces\/\">stitched (P) TO : A Model using the Function    [ posix_openpt ]<\/a>  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>FUNCTION IMPLEMENTATION int posix_openpt(int flags) { return open(&#8220;\/dev\/ptmx&#8221;, flags); } stitched (P) TO : A Model using the Function [ posix_openpt ]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[141,46,83,91],"tags":[1097,1321,1324,1453],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14847"}],"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=14847"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/14847\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=14847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=14847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=14847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}