poeted 2 allocators

This commit is contained in:
2025-01-21 20:53:23 +00:00
parent e869d31074
commit 2772aef165
8 changed files with 1764 additions and 4 deletions

View File

@@ -57,7 +57,11 @@
"variant": "cpp",
"stddef.h": "c",
"stdlib.h": "c",
"errno.h": "c"
"errno.h": "c",
"cstdio": "c",
"cstdlib": "c",
"cwchar": "c",
"new": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}