HW12/.vscode/settings.json
2020-12-04 07:48:03 +00:00

8 lines
129 B
JSON

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