ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_FileStorage Struct Reference

Structure of a single file inside a storage. More...

#include <ugbc.h>

Data Fields

int id
char * sourceName
char * targetName
int size
struct _Variablevariable
char * content
struct _FileStoragenext

Detailed Description

Structure of a single file inside a storage.

Definition at line 192 of file ugbc.h.

Field Documentation

◆ content

char* content

Content of the file

Definition at line 210 of file ugbc.h.

◆ id

int id

ID of the file

Definition at line 195 of file ugbc.h.

◆ next

struct _FileStorage* next

Link to the next file (NULL if this is the last one)

Definition at line 213 of file ugbc.h.

◆ size

int size

Size of the file

Definition at line 204 of file ugbc.h.

◆ sourceName

char* sourceName

Source name of the file

Definition at line 198 of file ugbc.h.

◆ targetName

char* targetName

Target name of the file

Definition at line 201 of file ugbc.h.

◆ variable

struct _Variable* variable

Variable (eventually) linked for automatic loading

Definition at line 207 of file ugbc.h.


The documentation for this struct was generated from the following file: