linux/.vscode/settings.json

12 lines
222 B
JSON
Raw Normal View History

2024-12-17 10:49:27 +08:00
{
"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"
}
}