diff options
author | Silvino <silvino@bk.ru> | 2019-06-28 03:58:25 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-28 03:58:25 +0100 |
commit | bb4fd340e7a1faffc363c6baa2f67e84b3a34f0c (patch) | |
tree | b8e4bed0ede5b48bf26b920949e83e36c1fe431c /dev/c/lib.html | |
parent | 296be79a3b724db67a37244a67cfb3e4ef6b652f (diff) | |
parent | fe94262de38aafc839963ced9b82ee45d81b65f5 (diff) | |
download | doc-bb4fd340e7a1faffc363c6baa2f67e84b3a34f0c.tar.gz |
doc release 0.5.4
Diffstat (limited to 'dev/c/lib.html')
-rw-r--r-- | dev/c/lib.html | 8 |
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 & GDB Index</a> <h1>Libraries</h1> @@ -13,12 +13,12 @@ <h2 id="basic">Basic</h2> <dl> - <dt>include <unistd.h></dt> + <dt>@include <unistd.h></dt> <dd>fork, pipe and I/O primitives (read, write, close, etc.) + primitve types like uid_t, pid_t etc</dd> <dt>#include <stdlib.h></dt> - <dd>Standard lib, contains primitves for number conversion + <dd>Standard lib, contains primitives for number conversion and memory allocation</dd> <dt>#include <stdio.h></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 & GDB Index</a> <p> This is part of the Hive System Documentation. |