7 lines
76 B
C
7 lines
76 B
C
|
#include "master.h"
|
||
|
|
||
|
const char *vm_executable_path(void)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|