moved tim.h to include/

This commit is contained in:
2026-01-09 02:35:38 +05:00
parent f7b4809db8
commit 025cede850
12 changed files with 26 additions and 28 deletions

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

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