[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] AES-calls without appl_init
m0n0 wrote:
>
> Am Freitag, den 24.02.2012, 11:55 +0100 schrieb Helmut Karlowski
> <helmut.karlowski@ish.de>:
>
> >> The funny thing is: using fread seems to work fine. However, fread
> >> in
> >> AHCCCF is mostly an wrapper to Fread - except when the device flag
> >> is
> >> set onto that file. then it will to fgetc() ...
> >
> > fread should always use the FILE-structure.
>
> What do you want to say with that?
> If you think that I called fread on an GEMDOS file handle, you are
> wrong.
I want to say fread should always be buffered as all stdio-functions are. But fread works for you unlike Fread so
I want to say nothing actually ;)
-Helmut