Tiny C run-time library

Started by Vortex, September 17, 2023, 08:56:56 PM

Previous topic - Next topic

Vortex

Hello,

Here is a new version of my tiny C run-time library coded with Poasm. The purpose of this library is to create small Pelles C executables. Two samples are included, one for console applications and the other one for GUI applications.
Code it... That's all...

John Z

Wow - Thanks.  I grabbed both and will see what I can do.  Good to have something to remove the unneeded to get smaller programs.

John Z

Vortex

Hi John,

You are welcome. Note that my tiny library does not initialize any memory management system. You will have to use the functions exported by msvcrt.dll to create small executables.
Code it... That's all...