1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

*_nix.v support

This commit is contained in:
Alexander Medvednikov
2019-07-15 19:19:53 +02:00
parent b36a9f7e55
commit 449fd372f9
7 changed files with 5 additions and 19 deletions

5
vlib/net/socket_nix.v Normal file
View File

@@ -0,0 +1,5 @@
module net
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>