]> gitweb.factorcode.org Git - factor.git/blob - vm/os-genunix.hpp
Put brackets around ipv6 addresses in `inet6 present`
[factor.git] / vm / os-genunix.hpp
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 }