working on strings.h/c, added stb_sprint.h from the raddbg repo

This commit is contained in:
ed
2025-02-05 22:02:57 -05:00
parent bf1ec52c3a
commit 61f2fad8ef
10 changed files with 2331 additions and 437 deletions
+1
View File
@@ -3,6 +3,7 @@
{
"name": "Win32",
"includePath": [
"${workspaceFolder}",
"${workspaceFolder}/code"
],
"defines": [
+4 -1
View File
@@ -31,7 +31,10 @@
"system_error": "cpp",
"xlocmon": "cpp",
"xlocale": "cpp",
"limits": "cpp"
"limits": "cpp",
"toolchain.h": "c",
"thread_context.h": "c",
"stb_sprintf.h": "c"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#713fb8",