about summary refs log tree commit diff stats
path: root/dev/c/lib.html
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-06-28 03:58:25 +0100
committerSilvino <silvino@bk.ru>2019-06-28 03:58:25 +0100
commitbb4fd340e7a1faffc363c6baa2f67e84b3a34f0c (patch)
treeb8e4bed0ede5b48bf26b920949e83e36c1fe431c /dev/c/lib.html
parent296be79a3b724db67a37244a67cfb3e4ef6b652f (diff)
parentfe94262de38aafc839963ced9b82ee45d81b65f5 (diff)
downloaddoc-bb4fd340e7a1faffc363c6baa2f67e84b3a34f0c.tar.gz
doc release 0.5.4
Diffstat (limited to 'dev/c/lib.html')
-rw-r--r--dev/c/lib.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/c/lib.html b/dev/c/lib.html
index 4b6c07e..4531d7a 100644
--- a/dev/c/lib.html
+++ b/dev/c/lib.html
@@ -5,7 +5,7 @@
         <title>Libraries</title>
     </head>
     <body>
-        <a href="../index.html">Development Index</a>
+        <a href="../index.html">C &amp; GDB Index</a>
 
 
         <h1>Libraries</h1>
@@ -13,12 +13,12 @@
         <h2 id="basic">Basic</h2>
 
         <dl>
-            <dt>include &lt;unistd.h&gt;</dt>
+            <dt>@include &lt;unistd.h&gt;</dt>
             <dd>fork, pipe and I/O primitives (read, write, close, etc.)
             + primitve types like uid_t, pid_t etc</dd>
 
             <dt>#include &lt;stdlib.h&gt;</dt>
-            <dd>Standard lib, contains primitves for number conversion
+            <dd>Standard lib, contains primitives for number conversion
             and memory allocation</dd>
             <dt>#include &lt;stdio.h&gt;</dt>
             <dd>Basic i/o lib: printf etc</dd>
@@ -243,7 +243,7 @@
         void pthread_exit(void *value_ptr);
         </pre>
 
-        <a href="../index.html">Development Index</a>
+        <a href="../index.html">C &amp; GDB Index</a>
 
         <p>
         This is part of the Hive System Documentation.