c generator

This commit is contained in:
nub31
2025-10-16 13:44:19 +02:00
parent 4ca2b39652
commit f7f32b8d23
11 changed files with 814 additions and 117 deletions

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

@@ -0,0 +1,6 @@
{
"files.associations": {
"stdbool.h": "c",
"stdint.h": "c"
}
}