v/vlib/net/init_nix.v

9 lines
127 B
V
Raw Normal View History

2019-08-24 01:48:40 +02:00
module net
#include <sys/socket.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netdb.h>
fn init() int { return 1 }