C Runtime Library-Supported API Overview

Microsoft provides a supported version of its C Runtime libraries with every version of Visual Studio and, to be as seamless as possible with Microsoft, wRTOS supports the Microsoft Visual Studio C Runtime libraries. By providing this C Runtime support, we allow the same code to be built as either a Windows or an RTSS process, with little or no behavioral differences. wRTOS makes no functionality or logic modifications to the C Runtime library. This helps to keep API behavior between Windows and RTSS applications as close as possible. wRTOS supports static C Runtime libraries, not dynamic C Runtime libraries.