Files
c_soft/.vscode/settings.json

12 lines
198 B
JSON
Raw Normal View History

2024-06-18 19:37:43 +08:00
{
"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"
2024-06-18 19:37:43 +08:00
}
}