C Runtime Library.
(C) Brian W. Kernighan and Dennis M. Ritchie.

C Runtime Library.

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.

要查看或添加评论,请登录

Alexander Maromaty的更多文章

  • Baby Boomer Kids

    Baby Boomer Kids

    You probably wonder what baby boomer kids did in school. Most of them grew up during the time when space exploration…

    8 条评论
  • Multi-threaded vehicle communication system and method

    Multi-threaded vehicle communication system and method

    I am proud to announce that my patent application is now in pending status by the USPTO. US20230143035A1 United States…

    6 条评论

社区洞察

其他会员也浏览了