Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/efun/stringp b/doc/efun/stringp
new file mode 100644
index 0000000..97d82b0
--- /dev/null
+++ b/doc/efun/stringp
@@ -0,0 +1,10 @@
+SYNOPSIS
+        int stringp(mixed arg)
+
+BESCHREIBUNG
+        Liefert 1, wenn das Argument eine Zeichenkette (String) ist,
+        ansonsten 0.
+
+SIEHE AUCH
+        closurep(E), floatp(E), mappingp(E), objectp(E), intp(E),
+        referencep(E), pointerp(E), symbolp(E), clonep(E)