As I understand, it is possible to compile C code that use C standard library with Visual C++ in clr:pure mode. What library is used for that?
- Is this a pure CLR library that translates C functions to approriate .NET or simply a bridge to unmanaged CRT?
- Is it possible to use such assembly on Linux with Mono?