repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Comment out alien.remote-control tests for now
[factor/jcg.git]
/
vm
/
main-unix.c
blob
b177c58eb37e9b588f3383781638a4ae73b33df0
1
#include
"master.h"
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
start_standalone_factor
(
argc
,
argv
);
6
return
0
;
7
}