HW12/.vscode/settings.json

11 lines
211 B
JSON
Raw Normal View History

2020-12-04 08:06:26 +09:00
{
2020-12-04 16:48:03 +09:00
"C_Cpp.default.defines": [
"_GNU_SOURCE"
],
"files.associations": {
2020-12-05 10:25:54 +09:00
"socket_wrapper.h": "c",
2020-12-07 19:05:19 +09:00
"stdalign.h": "c",
2020-12-08 02:59:11 +09:00
"timerhelper.h": "c",
"termio.h": "c"
2020-12-04 16:48:03 +09:00
}
2020-12-04 08:06:26 +09:00
}