X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2FReadme.txt;fp=functions%2F_PDCLIB%2FReadme.txt;h=797af9dc948674355447e3038b9822cd327254fb;hb=9e1a90fce7fa732ebca11e98a41dc8418746b942;hp=0000000000000000000000000000000000000000;hpb=5c0d32c5915e2fe806e518de84f3eae801c6d122;p=pdclib diff --git a/functions/_PDCLIB/Readme.txt b/functions/_PDCLIB/Readme.txt new file mode 100755 index 0000000..797af9d --- /dev/null +++ b/functions/_PDCLIB/Readme.txt @@ -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. +