initial commit

This commit is contained in:
2025-12-13 03:35:34 +05:00
commit 16d44cf730
15 changed files with 766 additions and 0 deletions

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

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