factor/vm/main-unix.c

8 lines
105 B
C

#include "master.h"
int main(int argc, char **argv)
{
start_standalone_factor(argc,argv);
return 0;
}