![]() |
||
---|---|---|
.. | ||
Readme.txt | ||
_PDCLIB_ascii.c | ||
_PDCLIB_atomax.c | ||
_PDCLIB_closeall.c | ||
_PDCLIB_digits.c | ||
_PDCLIB_fileops.c | ||
_PDCLIB_initclocale.c | ||
_PDCLIB_latin1.c | ||
_PDCLIB_open.c | ||
_PDCLIB_seed.c | ||
_PDCLIB_strtox_main.c | ||
_PDCLIB_strtox_prelim.c | ||
_PDCLIB_utf8.c | ||
assert.c | ||
emulibc.c | ||
rename.c | ||
stdarg.c | ||
stdinit.c |
Readme.txt
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); - test drivers for functionality that does not have its own implementation file to put the test driver in.