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

Structure of a single (static) string. More...

#include <ugbc.h>

Data Fields

int id
char * value
int size
struct _StaticStringnext

Detailed Description

Structure of a single (static) string.

Definition at line 331 of file ugbc.h.

Field Documentation

◆ id

int id

unique id

Definition at line 334 of file ugbc.h.

◆ next

struct _StaticString* next

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

Definition at line 342 of file ugbc.h.

◆ size

int size

Definition at line 339 of file ugbc.h.

◆ value

char* value

String

Definition at line 337 of file ugbc.h.


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