2020301918-os/.vscode/c_cpp_properties.json
2022-11-21 23:07:57 +08:00

14 lines
276 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/inc"
],
"defines": [],
"cStandard": "gnu99",
"compilerArgs": ["-m32"]
}
],
"version": 4
}