linux/.vscode/settings.json

13 lines
246 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",
2024-12-18 00:21:22 +08:00
"unistd.h": "c",
"stdio.h": "c"
2024-12-17 10:49:27 +08:00
}
}