|
Retro Rocket Kernel
BASIC-Powered Operating System
|
A generic array, we can use this to represent any array regardless of its contained type. More...
#include <basic.h>
Collaboration diagram for ub_var_generic_array:Data Fields | |
| uint64_t | itemcount |
| const char * | varname |
| void * | values_inaccesible |
| struct ub_var_generic_array * | next |
A generic array, we can use this to represent any array regardless of its contained type.
| uint64_t ub_var_generic_array::itemcount |
| struct ub_var_generic_array* ub_var_generic_array::next |
| void* ub_var_generic_array::values_inaccesible |
| const char* ub_var_generic_array::varname |