tcp-chat/.vscode/c_cpp_properties.json

16 lines
342 B
JSON
Executable File

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