Mail Archives: djgpp-workers/2002/12/20/16:15:42
> Well, please remember that the startup code does memory allocation,
> creates the environ[] array and looks at environment variables such
> as LFN, copies strings to and fro, expands command-line wildcards,
> reads and processes the DJGPP.ENV file, etc. etc... So it's niot
> surprising we use so many library functions: otherwise, where would
> the 30KB of minimal image come from? ;-)
You need to check - it's more like 60KB with CVS. That's why I'm in
a clean house mood ...
> Also `remove' and `_truename' caused my brows to go up. Whatever do
> we need those for in the startup code?
remove and _truename are used by fd_props
- Raw text -