Files
mango/vm/vm_map.c

8 lines
91 B
C

#include <socks/vm.h>
#include <stddef.h>
vm_map_t *vm_map_create(void)
{
return NULL;
}