X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2FReadme.txt;h=0ec2a9b1e671d77a0c290c4fafd7c42897ecdfa9;hp=46796879c09956c5c53225b8dbe6d4c2da0e42dc;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=be738e08ec9ba2498d81153bee1de9b8af7e764c diff --git a/functions/_PDCLIB/Readme.txt b/functions/_PDCLIB/Readme.txt index 4679687..0ec2a9b 100644 --- a/functions/_PDCLIB/Readme.txt +++ b/functions/_PDCLIB/Readme.txt @@ -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 (errno); - test drivers for functionality that does not have its own implementation file to put the test driver in.