ipc/.vscode/settings.json

9 lines
155 B
JSON

{
"files.associations": {
"ipc.h": "c",
"shm.h": "c",
"process.h": "c",
"null.h": "c",
"pthread.h": "c"
}
}