diff options
author | Matthew Strapp <msattr@gmail.com> | 2020-10-19 08:19:15 -0500 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2020-10-19 08:19:15 -0500 |
commit | 09b288816fab88b16dbb696189963dbe56e773b6 (patch) | |
tree | 9e9b304ab97225c20865c8c9b02b4611f62ae299 /.vscode/c_cpp_properties.json | |
parent | add breakouts (diff) | |
download | homework-09b288816fab88b16dbb696189963dbe56e773b6.tar homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.gz homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.bz2 homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.lz homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.xz homework-09b288816fab88b16dbb696189963dbe56e773b6.tar.zst homework-09b288816fab88b16dbb696189963dbe56e773b6.zip |
e
Diffstat (limited to '')
-rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index c80bfaa..e42bd88 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -8,7 +8,7 @@ "${workspaceFolder}/**" ], "defines": [], - "cStandard": "c18", + "cStandard": "c17", "cppStandard": "c++20" } ], |