factor/vm/os-openbsd.cpp

12 lines
97 B
C++

#include "master.hpp"
namespace factor
{
const char *vm_executable_path()
{
return NULL;
}
}