tlibtoml/.vscode/c_cpp_properties.json
2025-11-09 23:47:51 +05:00

15 lines
292 B
JSON

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