HW12/.vscode/settings.json
2020-12-07 17:59:11 +00:00

11 lines
211 B
JSON

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