linux/.vscode/settings.json
2024-12-18 00:21:22 +08:00

13 lines
246 B
JSON

{
"files.associations": {
"sm4.h": "c",
"fcntl.h": "c",
"stat.h": "c",
"socket.h": "c",
"in.h": "c",
"rand.h": "c",
"inet.h": "c",
"unistd.h": "c",
"stdio.h": "c"
}
}