20 #ifndef LBM_VARIABLES_H_
21 #define LBM_VARIABLES_H_
uint32_t lbm_value
Definition: lbm_types.h:43
lbm_value lbm_set_var(lbm_uint index, lbm_value value)
lbm_value * lbm_get_variable_table(void)
int lbm_variables_init(lbm_value *variable_storage, int variable_storage_size)
lbm_value lbm_get_variable_by_index(int i)
const char * lbm_get_variable_name_by_index(int index)
lbm_value lbm_get_var(lbm_uint index)