-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinux.code-workspace
123 lines (123 loc) · 2.09 KB
/
linux.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"folders": [
{
"path": "."
}
],
"settings": {
"clang-format.assumeFilename": ".clang-format",
"files.associations": {
"harness.h": "c",
"queue.h": "c",
"list.h": "c",
"array": "c",
"compare": "c",
"functional": "c",
"ostream": "c",
"ranges": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"time.h": "c",
"stddef.h": "c",
"algorithm": "c",
"atomic": "c",
"bit": "c",
"*.tcc": "c",
"cctype": "c",
"cerrno": "c",
"climits": "c",
"clocale": "c",
"cmath": "c",
"concepts": "c",
"cstdarg": "c",
"cstddef": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"cwchar": "c",
"cwctype": "c",
"deque": "c",
"string": "c",
"unordered_map": "c",
"vector": "c",
"exception": "c",
"iterator": "c",
"memory": "c",
"memory_resource": "c",
"numeric": "c",
"optional": "c",
"random": "c",
"string_view": "c",
"system_error": "c",
"initializer_list": "c",
"ios": "c",
"iosfwd": "c",
"limits": "c",
"new": "c",
"queue": "c",
"stdexcept": "c",
"streambuf": "c",
"cinttypes": "c",
"cstdbool": "c",
"typeinfo": "c",
"string.h": "c",
"report.h": "c",
"kernel.h": "c",
"stdbool.h": "c",
"compiler.h": "c",
"compiler_types.h": "c",
"fs.h": "c",
"path.h": "c",
"linkage.h": "c",
"kdev_t.h": "c",
"dcache.h": "c",
"rculist.h": "c",
"stringhash.h": "c",
"lockref.h": "c",
"device.h": "c",
"cdev.h": "c",
"build_bug.h": "c",
"bits.h": "c",
"bitfield.h": "c",
"bignum.h": "c",
"list": "c",
"minmax.h": "c",
"slab.h": "c",
"mm.h": "c",
"hlist.h": "c",
"md-cluster.h": "c",
"lfring.h": "c",
"syscall.h": "c",
"unistd.h": "c",
"futex.h": "c",
"sched.h": "c",
"mu.h": "c"
},
"cSpell.words": [
"cdev",
"clzll",
"CPPCHECK",
"ctzll",
"fibdrv",
"futex",
"hlist",
"ilog",
"kfree",
"kmalloc",
"kstrtoint",
"llseek",
"loff",
"pmtd",
"pmtr",
"pprev",
"printk",
"ptrace",
"tgkill",
"tracee",
"tracees",
"vmalloc",
"vzalloc"
]
}
}