This commit is contained in:
2025-09-16 11:23:29 -05:00
parent c236c43ca7
commit f8134df732
143 changed files with 15987 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"configurations": [
{
"name": "Linux",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"compilerPath": "/usr/bin/cc",
"cStandard": "c99",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}