hostname client, ip client

This commit is contained in:
2026-02-09 08:30:34 +01:00
commit a7ff320857
13 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[
{
"file": "src/main.c",
"arguments": [
"gcc",
"-Wall",
"-O0",
"-g",
"-DDEBUG",
"-Wall",
"-Wextra",
"-Isrc",
"-c",
"src/main.c",
"-o",
"build/main.o"
],
"directory": "/home/tom/Dev/networkc",
"output": "build/main.o"
}
]