[net.micro.amiga] Double Re: printf does not take 10K

dillon@PAVEPAWS.BERKELEY.EDU (Matt Dillon) (06/27/86)

The line I use to link is:

alink faster Astartup.obj+a.o+b.o+...+z.o library amiga.lib to ram:a

Sometimes I put my own library before amiga.lib to give me functions like
atoi(), strcpy(), etc..... (very easy to write)

				-Matt