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

Structure of a single storage. More...

#include <ugbc.h>

Data Fields

int id
char * name
char * fileName
FileStoragefiles
struct _Storagenext

Detailed Description

Structure of a single storage.

Definition at line 220 of file ugbc.h.

Field Documentation

◆ fileName

char* fileName

Filename of the storage

Definition at line 229 of file ugbc.h.

◆ files

FileStorage* files

List of files

Definition at line 232 of file ugbc.h.

◆ id

int id

ID of the storage

Definition at line 223 of file ugbc.h.

◆ name

char* name

Name of the storage

Definition at line 226 of file ugbc.h.

◆ next

struct _Storage* next

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

Definition at line 235 of file ugbc.h.


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