Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/efun/quote b/doc/efun/quote
new file mode 100644
index 0000000..ce01fd7
--- /dev/null
+++ b/doc/efun/quote
@@ -0,0 +1,13 @@
+SYNOPSIS
+        mixed quote(mixed arg);
+
+BESCHREIBUNG
+        Konvertiert ein Array zu einem quoted Array und Strings zu Symbolen.
+        Symbole und quoted Arrays werden erneut gequoted.
+
+BEISPIEL
+        quote("foo") -> 'foo
+        quote(({1,2,3})) -> '({1,2,3})
+
+SIEHE AUCH
+        sympolp(E), unquote(E)