Add slot allocator

This commit is contained in:
Nils O. Selåsdal
2025-07-21 19:57:26 +02:00
parent 7408c48dff
commit 251246924d
6 changed files with 188 additions and 12 deletions
+3 -6
View File
@@ -1,14 +1,11 @@
{
"files.associations": {
"ringbuf.h": "c",
"seq.h": "c",
"stdint.h": "c",
"stdio.h": "c"
"*.h": "c",
},
"C_Cpp.default.includePath": [
"/opt/homebrew/include/",
"$(workspaceFolder)/include/",
]
],
"C_Cpp.default.cStandard": "gnu99"
}