#stdio in Lattice C
02-Jul-88 22:43:01
Sb: #132917-#stdio in Lattice C
Fm: Scott Ballantyne 70066,603
To: JEFFREY C. DEGE 76426,211
Sounds like he was using the original lattice compiler, with the startup code
written by Amiga, where stdin and stdout where (were, sorry) defined as LONGS
and set by calls to Open() urr, Output() Input(). Only thing I can suggest
is to see if the old startup code is still supplied on the lattice disk, and
then link *only* with amiga.lib. Otherwise, you will have to rewrite the
program, you can probably yank the 'true' filehandle out of the iobuff
pointer.
That help? sdb