]> gitweb.factorcode.org Git - factor.git/blob - vm/utilities.hpp
Merge branch 'master' into new_gc
[factor.git] / vm / utilities.hpp
1 namespace factor
2 {
3         vm_char *safe_strdup(const vm_char *str);
4         void print_cell_hex_pad(cell x);
5         cell read_cell_hex();
6 }