Revert "lists: Add list literal doc example."
[factor.git] / vm / os-genunix.hpp
blobdee563a96891b79f2feff0c9278737afadd85496
1 namespace factor {
3 #define VM_C_API extern "C"
5 void early_init();
6 const char* vm_executable_path();
7 const char* default_image_path();