diff options
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. |