]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/Readme.txt
Improper test code handling uncovered by Owen at osdev.org
[pdclib] / functions / _PDCLIB / Readme.txt
diff --git a/functions/_PDCLIB/Readme.txt b/functions/_PDCLIB/Readme.txt
new file mode 100755 (executable)
index 0000000..797af9d
--- /dev/null
@@ -0,0 +1,13 @@
+$Id$
+
+This directory holds various "internals" of PDCLib:
+
+- definitions of helper functions not specified by the standard (hidden in the
+  _PDCLIB_* namespace);
+
+- definitions of data objects, both internal (like digits.c) and specified by
+  the standard (errno.c);
+
+- test drivers for functionality that does not have its own implementation
+  file to put the test driver in.
+