TCPU/.vscode/c_cpp_properties.json

15 lines
298 B
JSON

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