[A83] Re: CRT (was SDCC port)
[Prev][Next][Index][Thread]
[A83] Re: CRT (was SDCC port)
> Van: David Phillips <david@acz.org>
>
> Aaron St.John writes:
> > For example, most every
> > program will use printf(), so that should go into a shared library.
>
> Why? printf() is not needed. There are much more efficient methods for
> displaying formatted strings.
Nice :-)
Point him to one. Due to the magic of linkers you can include a different
printf(). The z88dk looks at parse time if printf() is used with just the
fequently used ones or needs a more full fledged routine.
SDCC off coarse doesn't have this feature. It can be added.
Henk Poley <><