prime/.vscode/c_cpp_properties.json

18 lines
424 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/libc"
],
"cStandard": "c99",
"cppStandard": "c++98",
2022-10-08 22:18:21 +00:00
"defines": ["__MWERKS__=1"],
"intelliSenseMode": "linux-clang-x86",
"compilerPath": ""
}
],
"version": 4
}