|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Structure of a single file inside a storage. More...
#include <ugbc.h>
Data Fields | |
| int | id |
| char * | sourceName |
| char * | targetName |
| int | size |
| struct _Variable * | variable |
| char * | content |
| struct _FileStorage * | next |
| struct _FileStorage* next |
| struct _Variable* variable |