HW12/.vscode/settings.json

8 lines
129 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": {
"socket_wrapper.h": "c"
}
2020-12-04 08:06:26 +09:00
}