]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/Readme.txt
Moving branches closer together.
[pdclib] / functions / _PDCLIB / Readme.txt
index 5010942297d752bf48ef37da964ffb5a08d1360a..13ad05cf185a4d69dc602102c37d5b8e8dc149f9 100644 (file)
@@ -3,8 +3,8 @@ 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);
+- definitions of data objects, both internal (like _PDCLIB_digits) and specified by
+  the standard (_PDCLIB_errno);
 
 - test drivers for functionality that does not have its own implementation
-  file to put the test driver in.
+  file to put the test driver in (stdarg).