Re: [cc65] ftell and fseek unavailable on c64?

Date view Thread view Subject view

From: Shawn Jefferson (shawnjefferson_at_24fightingchickens.com)
Date: 2003-11-19 17:23:58


On Tue, 18 Nov 2003 23:32:18 +0100 (CET), you wrote:


>Also it will only work on DOSses that support it (SpartaDOS).

In my project that required ftell, I wrote a ftell for AtariDOS that
just reads the file from the start to the point you need.  I check the
SpartaDOS flag and either call my slow AtariDOS or your ftell for
SpartaDOS.  Seems to work pretty well.

--
Shawn Jefferson
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-11-19 17:29:52 CET