repo.or.cz
/
factor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "lists: Add list literal doc example."
[factor.git]
/
vm
/
os-genunix.hpp
blob
dee563a96891b79f2feff0c9278737afadd85496
1
namespace
factor
{
2
3
#define VM_C_API extern
"C"
4
5
void
early_init
();
6
const char
*
vm_executable_path
();
7
const char
*
default_image_path
();
8
}