Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/efun/mkdir b/doc/efun/mkdir
new file mode 100644
index 0000000..8c7a683
--- /dev/null
+++ b/doc/efun/mkdir
@@ -0,0 +1,9 @@
+SYNOPSIS
+        int mkdir(string path);
+
+BESCHREIBUNG
+        Erstellt ein Verzeichnis <path> und liefert 1, wenn das Verzeichnis
+        erstellt werden konnte, sonst 0.
+
+SIEHE AUCH
+        rmdir(E), rm(E), get_dir(E), file_size(E)