CompuServe Messages

#stdio in Lattice C

    03-Jul-88 12:44:33
Fm: John Toebes 72230,303
To: JEFFREY C. DEGE 76426,211
You can convert from any level file handle down. From Level2 to level1, just use fileno(fp). To go from level1 to level0, use: chkufb(fn)->ufbfh This also corresponds to the AmigaDos file handle. Note that this will work with 3.10 or 4.0 even though all the underlying I/O is different. Have fun.