SOEM/.vscode/settings.json

9 lines
167 B
JSON
Raw Normal View History

2024-01-12 17:14:29 +08:00
{
"files.associations": {
"time.h": "c",
"time_t.h": "c",
"struct_timeval.h": "c",
"features.h": "c",
"random": "c"
}
}