HW12/.vscode/settings.json
2020-12-07 10:05:19 +00:00

10 lines
186 B
JSON

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