tlibc/.vscode/c_cpp_properties.json

14 lines
256 B
JSON
Executable File

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