libmsx
C library for MSX
Loading...
Searching...
No Matches
Check error status of the stream.

Check error status of the stream. More...

+ Collaboration diagram for Check error status of the stream.:

Functions

bool mfeof (MemFile *mf)
 Return true if reached to the end of stream.
 

Detailed Description

Check error status of the stream.

Function Documentation

◆ mfeof()

bool mfeof ( MemFile mf)

Return true if reached to the end of stream.

Parameters
mfPointer to opened stream pointer.
Returns
true if end-of-file.