Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/waterbox/libc/functions/_PDCLIB/Readme.txt
2 views
1
This directory holds various "internals" of PDCLib:
2
3
- definitions of helper functions not specified by the standard (hidden in the
4
_PDCLIB_* namespace);
5
6
- definitions of data objects, both internal (like digits.c) and specified by
7
the standard (errno.c);
8
9
- test drivers for functionality that does not have its own implementation
10
file to put the test driver in.
11
12
13