C Runtime Library.
Alexander Maromaty
Principal Software Engineer/Architect at Wabtec Digital Electronics
A long time ago, I wrote a minimalistic C runtime library that includes all of the functions as per Kernighan and Ritchey C (The C Bible) . If you would like to take a look at it, it is available here. The purpose was to allow C programmers to link their programs to this library instead of the MSVC libraries, which at the time were proprietary and could not be distributed.
This represents is some "fun" that I had back then. I decided that there may be some use for 80x86 programmers to be able to reference some of the assembly language code that I wrote. You can use the code for ANYTHING that you want.
It can be found here:
Have fun... Alex.