Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/efun/widthof b/doc/efun/widthof
new file mode 100644
index 0000000..e3ac599
--- /dev/null
+++ b/doc/efun/widthof
@@ -0,0 +1,16 @@
+SYNOPSIS
+ int widthof(mapping map);
+
+BESCHREIBUNG
+ Liefert die Anzahl Values pro Key im Mapping <map>. Wenn <map> 0 ist,
+ ist das Resultat 0.
+
+BEISPIEL
+ mapping map = (["foo" : 1;2]);
+ widthof(map) ergibt 2.
+
+AENDERUNGEN
+ Eingefuehrt in LDMud 3.2.6
+
+SIEHE AUCH
+ sizeof(E), mkmapping(E), m_reallocate(E), m_values(E), unmkmapping(E)