factor/vm/utilities.hpp

7 lines
121 B
C++
Executable File

namespace factor
{
vm_char *safe_strdup(const vm_char *str);
void print_cell_hex_pad(cell x);
cell read_cell_hex();
}