feat(userspace/apps/test/libc_test): rewrite a lot of the code and improve debugging with vscode using .devcontainer

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-25 14:10:12 +00:00
parent 3f2584ac09
commit 78141b28c7
190 changed files with 1648 additions and 3228 deletions

View File

@ -0,0 +1,19 @@
# EditorConfig is awesome: https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab
[*.json]
insert_final_newline = false
[compose.yaml]
indent_style = space