project created

This commit is contained in:
2025-11-09 23:47:51 +05:00
commit a5aff56fb1
20 changed files with 2909 additions and 0 deletions

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

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