Added public files

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