X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2FReadme.txt;h=0ec2a9b1e671d77a0c290c4fafd7c42897ecdfa9;hp=797af9dc948674355447e3038b9822cd327254fb;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add diff --git a/functions/_PDCLIB/Readme.txt b/functions/_PDCLIB/Readme.txt index 797af9d..0ec2a9b 100644 --- a/functions/_PDCLIB/Readme.txt +++ b/functions/_PDCLIB/Readme.txt @@ -1,12 +1,10 @@ -$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); +- definitions of data objects, both internal (like _PDCLIB_digits) and specified by + the standard (errno); - test drivers for functionality that does not have its own implementation file to put the test driver in.