The Portable C Runtime (PCR) provides a common interface for projects to use given that different operating systems and platforms have different abilities or APIs that can be used. The PCR defines common system-level definitions, types, and functions. The dof-pcr-dev component provides the interface, however the implementation of these functions will be in platform specific implementations of the defined interface.
This reference defines the APIs for use by a C-based PCR implementation.
See the README file associated with this project.
See the COPYING and README files associated with this project.