Files
c_soft/.vscode/settings.json
2024-06-21 15:20:47 +08:00

12 lines
198 B
JSON

{
"files.associations": {
"stdio.h": "c",
"regex.h": "c",
"test1.h": "c",
"stdint.h": "c",
"exception.h": "c",
"mythread.h": "c",
"ipc.h": "c",
"errno.h": "c"
}
}