]> pd.if.org Git - pdclib/blob - functions/_PDCLIB/Readme.txt
printf_testcases.h: don't check for _PDCLIB_CHAR_SIGNED; instead, check for CHAR_MIN...
[pdclib] / functions / _PDCLIB / Readme.txt
1 $Id$
2
3 This directory holds various "internals" of PDCLib:
4
5 - definitions of helper functions not specified by the standard (hidden in the
6   _PDCLIB_* namespace);
7
8 - definitions of data objects, both internal (like digits.c) and specified by
9   the standard (errno.c);
10
11 - test drivers for functionality that does not have its own implementation
12   file to put the test driver in.
13