Pelles C forum

C language => User contributions => Topic started by: Vortex on September 17, 2023, 08:56:56 PM

Title: Tiny C run-time library
Post by: Vortex on September 17, 2023, 08:56:56 PM
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.
Title: Re: Tiny C run-time library
Post by: John Z on September 18, 2023, 10:24:00 AM
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
Title: Re: Tiny C run-time library
Post by: Vortex on September 18, 2023, 10:41:37 AM
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.