tcp-chat/.vscode/c_cpp_properties.json
2025-07-18 22:24:05 +03:00

15 lines
284 B
JSON
Executable File

{
"configurations": [
{
"name": "all",
"defines": [],
"includePath": [
"dependencies",
"src",
"${default}"
],
"cStandard": "c99"
}
],
"version": 4
}