ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
sid_file.h File Reference

Go to the source code of this file.

Data Structures

struct  _SIDFILE

Typedefs

typedef struct _SIDFILE SIDFILE

Functions

SIDFILEsid_file_read (char *_filename, int _reloc_address)
int sid_file_size (SIDFILE *_sid_file)
unsigned char * sid_file_data (SIDFILE *_sid_file)
void sid_file_free (SIDFILE *_sid_file)
char * sid_file_get_lasterror_string ()

Typedef Documentation

◆ SIDFILE

typedef struct _SIDFILE SIDFILE

Function Documentation

◆ sid_file_data()

unsigned char * sid_file_data ( SIDFILE * _sid_file)

Definition at line 365 of file sid_file.c.

◆ sid_file_free()

void sid_file_free ( SIDFILE * _sid_file)

Definition at line 369 of file sid_file.c.

◆ sid_file_get_lasterror_string()

char * sid_file_get_lasterror_string ( )

Definition at line 376 of file sid_file.c.

◆ sid_file_read()

SIDFILE * sid_file_read ( char * _filename,
int _reloc_address )

Definition at line 94 of file sid_file.c.

◆ sid_file_size()

int sid_file_size ( SIDFILE * _sid_file)

Definition at line 361 of file sid_file.c.