getaddrinfo() complete

This commit is contained in:
2024-09-04 23:41:59 +05:30
parent bbb4d0b65a
commit b531b1d7e5
4 changed files with 146 additions and 2 deletions

18
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${default}"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}