Files
dlopen/.vscode/settings.json
2025-12-21 18:51:34 +05:00

33 lines
726 B
JSON

{
"editor.insertSpaces": false,
"cSpell.words": [
"dlfcn",
"dlloader",
"dlopen",
"ksys"
],
"files.associations": {
"ksys.h": "c",
"cstdio": "cpp",
"exception": "cpp",
"optional": "cpp",
"random": "cpp",
"new": "cpp",
"type_traits": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"string": "cpp",
"iomanip": "cpp",
"istream": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"algorithm": "cpp",
"cmath": "cpp",
"kolibri_libini.h": "c",
"dlfcn.h": "c",
"list": "c",
"format": "c",
"thread": "c",
"fstream": "c"
}
}