20 #ifndef LBM_C_INTEROP_H_
21 #define LBM_C_INTEROP_H_
lbm_cid lbm_load_and_eval_expression(lbm_char_channel_t *tokenizer)
int lbm_share_const_array(lbm_value *res, char *flash_ptr, lbm_uint num_elt)
int lbm_create_array(lbm_value *value, lbm_uint num_elt)
lbm_cid lbm_load_and_define_program(lbm_char_channel_t *tokenizer, char *symbol)
int lbm_define(char *symbol, lbm_value value)
int lbm_share_array(lbm_value *value, char *data, lbm_uint num_elt)
lbm_cid lbm_load_and_define_expression(lbm_char_channel_t *tokenizer, char *symbol)
lbm_cid lbm_load_and_eval_program_incremental(lbm_char_channel_t *tokenizer, char *name)
int lbm_undefine(char *symbol)
lbm_cid lbm_load_and_eval_program(lbm_char_channel_t *tokenizer, char *name)
int lbm_send_message(lbm_cid cid, lbm_value msg)
lbm_cid lbm_eval_defined_program(char *symbol)
lbm_cid lbm_eval_defined_expression(char *symbol)
uint32_t lbm_value
Definition: lbm_types.h:43
Definition: lbm_channel.h:68