first commit

This commit is contained in:
wenbo13579
2024-02-24 10:39:51 +08:00
commit 1ec0a5e336
18 changed files with 4092 additions and 0 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"files.associations": {
"bare_heap.h": "c",
"bare_task.h": "c",
"bare_list.h": "c",
"stddef.h": "c",
"bare_common.h": "c",
"stdlib.h": "c",
"windows.h": "c"
}
}