[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MiNTlibs...
Tamminen Eero <t150315@proffa.cc.tut.fi> writes:
|> I have begun to wonder about what all stuff is in MiNTlibs. How on
|> earth a program that does only one puts() can be 8k stripped? Eg. With
|> the new SozobonX C it's 2k.
The MiNTlib includes the floating point stdio by default, link with
-liio to get a smaller prog. Also keep in mind that the MiNTlib is
mostly POSIX compliant, and contains quite a few emulation code for
this.
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
- References:
- MiNTlibs...
- From: Tamminen Eero <t150315@proffa.cc.tut.fi>