Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/sys/util.h b/sys/util.h
new file mode 100644
index 0000000..299f044
--- /dev/null
+++ b/sys/util.h
@@ -0,0 +1,15 @@
+// MorgenGrauen MUDlib
+//
+// util.h -- Header fuer /std/util/*.c
+//
+// $Id: util.h 6404 2007-08-06 20:31:22Z Zesstra $
+
+#ifndef _UTIL_H
+#define _UTIL_H
+
+varargs public void More(string txt, int file, mixed ctrl, 
+                         mixed ctrlargs, int flags);
+
+
+#endif // _UTIL_H
+