Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/lfun/QueryGramsPerUnits b/doc/lfun/QueryGramsPerUnits
new file mode 100644
index 0000000..3549e54
--- /dev/null
+++ b/doc/lfun/QueryGramsPerUnits
@@ -0,0 +1,31 @@
+QueryGramsPerUnits()
+
+FUNKTION:
+ int *QueryGramsPerUnits();
+
+DEFINIERT IN:
+ /std/unit.c
+
+ARGUMENTE:
+ keine
+
+BESCHREIBUNG:
+ Liefert das Gewichtsverhaeltnis fuer die Einheiten zurueck.
+
+RUeCKGABEWERT:
+ Ein Array von zwei Zahlen. Die erste Zahl ist das Gewicht der in der
+ zweiten Zahl angegebenen Einheiten.
+
+BEISPIELE:
+ Steht im Unit-Objekt folgende Gewichtszuweisung:
+
+ SetGramsPerUnits(4,1);
+
+ so liefert QueryGramsPerUnits() als Ergebnis ({4, 1}).
+
+SIEHE AUCH:
+ SetCoinsPerUnits(), QueryCoinsPerUnits() SetGramsPerUnits(),
+ /std/unit.c
+
+----------------------------------------------------------------------------
+Last modified: Wed May 8 10:22:39 1996 by Wargon