Files
tlibc/.vscode/c_cpp_properties.json
2025-07-18 22:07:30 +03:00

14 lines
256 B
JSON
Executable File

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