|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Go to the source code of this file.
Data Structures | |
| struct | _SIDFILE |
Typedefs | |
| typedef struct _SIDFILE | SIDFILE |
Functions | |
| SIDFILE * | sid_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 () |
| unsigned char * sid_file_data | ( | SIDFILE * | _sid_file | ) |
Definition at line 365 of file sid_file.c.
| void sid_file_free | ( | SIDFILE * | _sid_file | ) |
Definition at line 369 of file sid_file.c.
| char * sid_file_get_lasterror_string | ( | ) |
Definition at line 376 of file sid_file.c.
| SIDFILE * sid_file_read | ( | char * | _filename, |
| int | _reloc_address ) |
Definition at line 94 of file sid_file.c.
| int sid_file_size | ( | SIDFILE * | _sid_file | ) |
Definition at line 361 of file sid_file.c.