]> pd.if.org Git - pdclib.old/blob - functions/_PDCLIB/Readme.txt
PDCLIB-2 Add strlen() variant for char16_t/char32_t strings
[pdclib.old] / 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