ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
sid_file.c File Reference
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "sid_file.h"
#include "sidreloc.h"

Go to the source code of this file.

Data Structures

struct  _SIDFILEHeader

Typedefs

typedef struct _SIDFILEHeader SIDFILEHeader

Functions

char * strcopy (char *_dest, const char *_source)
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

◆ SIDFILEHeader

typedef struct _SIDFILEHeader SIDFILEHeader

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.

◆ strcopy()

char * strcopy ( char * _dest,
const char * _source )