]> pd.if.org Git - pdclib/blob - functions/_PDCLIB/Readme.txt
Moving branches closer together.
[pdclib] / functions / _PDCLIB / Readme.txt
1 This directory holds various "internals" of PDCLib:
2
3 - definitions of helper functions not specified by the standard (hidden in the
4   _PDCLIB_* namespace);
5
6 - definitions of data objects, both internal (like _PDCLIB_digits) and specified by
7   the standard (_PDCLIB_errno);
8
9 - test drivers for functionality that does not have its own implementation
10   file to put the test driver in (stdarg).