[comp.sys.atari.st.tech] How to Mshrink a C program ?

gerardio@boffrand.crin.fr (Olivier Gerardin) (05/01/91)

I'm writing a program using Lattice C (v3.03) on a 1040 STF, and from within this program I want to run an external .PRG program via the Pexec function.
Unfortunately, it works fine only when the program I call needs not too much
memory.
I know where the problem is: my program owns (almost) the whole available
memory, leaving only a few Kbytes for Malloc's !!! But how to get my program
to Mshrink to the size I want ? 

Thanks in advance

Olivier