X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2FReadme.txt;h=13ad05cf185a4d69dc602102c37d5b8e8dc149f9;hb=d446b1531b82def47b9b684517a7c629c7400aab;hp=797af9dc948674355447e3038b9822cd327254fb;hpb=9e1a90fce7fa732ebca11e98a41dc8418746b942;p=pdclib diff --git a/functions/_PDCLIB/Readme.txt b/functions/_PDCLIB/Readme.txt old mode 100755 new mode 100644 index 797af9d..13ad05c --- a/functions/_PDCLIB/Readme.txt +++ b/functions/_PDCLIB/Readme.txt @@ -1,13 +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 (_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).