8 lines
91 B
C
8 lines
91 B
C
#include <socks/vm.h>
|
|
#include <stddef.h>
|
|
|
|
vm_map_t *vm_map_create(void)
|
|
{
|
|
return NULL;
|
|
}
|