HW12/.vscode/settings.json

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"
}
}