lab 3 working

This commit is contained in:
2023-02-21 18:22:20 -06:00
parent 60261c73cd
commit 904e96b703
8 changed files with 223 additions and 59 deletions

18
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"CLOCK_REALTIME"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++98",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}