2009-05-04 02:46:13 -04:00
|
|
|
namespace factor
|
|
|
|
{
|
|
|
|
|
2009-08-28 16:46:47 -04:00
|
|
|
VM_C_API void init_globals();
|
2010-03-29 02:23:21 -04:00
|
|
|
factor_vm *new_factor_vm();
|
2009-05-04 05:50:24 -04:00
|
|
|
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
|
|
|
}
|