From 09b288816fab88b16dbb696189963dbe56e773b6 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Mon, 19 Oct 2020 08:19:15 -0500 Subject: e --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/c_cpp_properties.json') 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" } ], -- cgit v1.2.3