skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

index.html (1136B)


      1 <html>
      2   <head>
      3     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      5     <meta http-equiv="Content-Language" content="en" />
      6     <title>skalibs: the posixplz library interface</title>
      7     <meta name="Description" content="skalibs: the posixplz library interface" />
      8     <meta name="Keywords" content="skalibs posixplz posix libposixplz library interface" />
      9     <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
     10   </head>
     11 <body>
     12 
     13 <p>
     14 <a href="../libskarnet.html">libskarnet</a><br />
     15 <a href="../index.html">skalibs</a><br />
     16 <a href="//skarnet.org/software/">Software</a><br />
     17 <a href="//skarnet.org/">www.skarnet.org</a>
     18 </p>
     19 
     20 <h1> The <tt>posixplz</tt> library interface </h1>
     21 
     22 <p>
     23  <tt>libposixplz</tt> is a thin layer of APIs addressing deficencies
     24 in POSIX itself.
     25 </p>
     26 
     27 <h2> Compiling </h2>
     28 
     29 <ul>
     30  <li> The libposixplz functions are available under the <tt>skalibs/posixplz.h</tt>
     31 header. </li>
     32 </ul>
     33 
     34 <h2> Programming </h2>
     35 
     36 <ul>
     37  <li> TODO: describe the functions. </li>
     38 </ul>
     39 
     40 </body>
     41 </html>