2013-05-11 21:59:58 -04:00
|
|
|
namespace factor {
|
2009-05-04 02:46:13 -04:00
|
|
|
|
2009-08-28 16:46:47 -04:00
|
|
|
VM_C_API void init_globals();
|
2013-05-11 21:59:58 -04:00
|
|
|
factor_vm* new_factor_vm();
|
|
|
|
VM_C_API void start_standalone_factor(int argc, vm_char** argv);
|
2010-01-16 09:43:22 -05:00
|
|
|
|
2009-05-04 02:46:13 -04:00
|
|
|
}
|