We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfe220 commit efea2b1Copy full SHA for efea2b1
README.md
@@ -19,6 +19,6 @@ C network lib for **Linux** and **Windows**
19
20
**send_net**(int socket, char* buf, int size) - **send data to socket**
21
22
-**resolve_net**(const char* domain, const char* port) - **convert domain to ip**
+**resolve_net**(const char* domain, const char* port, char* ipAddrOutput) - **convert domain to ip**
23
24
**close_net**(int socket) - **close connection**
0 commit comments