HW12/.vscode/settings.json

8 lines
129 B
JSON

{
"C_Cpp.default.defines": [
"_GNU_SOURCE"
],
"files.associations": {
"socket_wrapper.h": "c"
}
}