aboutsummaryrefslogtreecommitdiff
path: root/doc.src/libk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc.src/libk.rst')
-rw-r--r--doc.src/libk.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc.src/libk.rst b/doc.src/libk.rst
new file mode 100644
index 0000000..7c30f41
--- /dev/null
+++ b/doc.src/libk.rst
@@ -0,0 +1,17 @@
+====
+libk
+====
+
+libk is the kernel's C standard library implementation.
+
+stdio.h
+=======
+.. c:autodoc:: ../lib/stdio.h
+
+stdlib.h
+========
+.. c:autodoc:: ../lib/stdlib.h
+
+string.h
+========
+.. c:autodoc:: ../lib/string.h