]> gitweb.factorcode.org Git - factor.git/blob - vm/factor.hpp
moved the thread stuff around a bit
[factor.git] / vm / factor.hpp
1 namespace factor
2 {
3
4 VM_C_API void start_standalone_factor(int argc, vm_char **argv);
5 VM_C_API THREADHANDLE start_standalone_factor_in_new_thread(int argc, vm_char **argv);
6 }