factor/vm/utilities.hpp

7 lines
121 B
C++
Raw Normal View History

2009-05-04 02:46:13 -04:00
namespace factor
{
vm_char *safe_strdup(const vm_char *str);
void print_cell_hex_pad(cell x);
cell read_cell_hex();
2009-05-04 02:46:13 -04:00
}