Initial commit

This commit is contained in:
2026-06-12 20:42:36 +02:00
commit b26f456e80
3592 changed files with 1076223 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"files.associations": {
"stdlib.h": "c",
"string.h": "c",
"stdio.h": "c",
"inet.h": "c",
"in.h": "c",
"types.h": "c",
"unistd.h": "c",
"socket.h": "c"
}
}
+28
View File
@@ -0,0 +1,28 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: gcc build active file",
"command": "/usr/bin/gcc",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}