libmsx
C library for MSX
Loading...
Searching...
No Matches
Stream interface for ROM / RAM / MegaROM.

#include <memfile.h> More...

+ Collaboration diagram for Stream interface for ROM / RAM / MegaROM.:

Modules

 Open stream.
 Open whole or part of memory image as stream.
 
 Check error status of the stream.
 Check error status of the stream.
 
 Read from the current position of the stream.
 Read from the current position of the stream.
 
 Get / Set the current position of the stream.
 Get / Set the current position of the stream.
 

Files

file  memfile.h
 Stream interface for ROM / RAM / MegaROM.
 

Typedefs

typedef struct MemFile MemFile
 Stream pointer.
 

Detailed Description

#include <memfile.h>

Provides a stream interface similar to the standard C library I/O streams for accessing ROM/RAM/MegaROM.

Typedef Documentation

◆ MemFile

typedef struct MemFile MemFile

Stream pointer.

Note
Corresponds to FILE type of the standard C library I/O stream.

Definition at line 87 of file memfile.h.