3 factor_vm
* new_factor_vm();
4 VM_C_API
void start_standalone_factor(int argc
, vm_char
** argv
);
7 bool factor_arg(const vm_char
* str
, const vm_char
* arg
, cell
* value
);
10 cell
object_size(cell tagged
);
16 void unlock_console();
17 bool move_file(const vm_char
* path1
, const vm_char
* path2
);
22 bool set_memory_locked(cell base
, cell size
, bool locked
);