Retro Rocket Kernel
BASIC-Powered Operating System
ub_var_string_array Struct Reference

An array of strings. More...

#include <basic.h>

+ Collaboration diagram for ub_var_string_array:

Data Fields

uint64_t itemcount
 
const char * varname
 
const char ** values
 
struct ub_var_string_arraynext
 

Detailed Description

An array of strings.

Field Documentation

◆ itemcount

uint64_t ub_var_string_array::itemcount

◆ next

struct ub_var_string_array* ub_var_string_array::next

◆ values

const char** ub_var_string_array::values

◆ varname

const char* ub_var_string_array::varname