#include "native.h" void init_sockets(void) { } void close_socket(int socket) { close(socket); }