refactored code from tcpu

This commit is contained in:
2025-07-18 22:07:30 +03:00
commit fbc209dda9
19 changed files with 937 additions and 0 deletions

14
.vscode/c_cpp_properties.json vendored Executable file
View File

@@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "all",
"defines": [],
"includePath": [
"include",
"${default}"
],
"cStandard": "c99"
}
],
"version": 4
}