File tree 4 files changed +893
-239
lines changed
4 files changed +893
-239
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# -- Project information -----------------------------------------------------
19
19
20
- project = 'Linux 常用 C 函数 '
21
- copyright = '2018-2022 , 人人都懂物联网'
20
+ project = 'Linux 常用 C 函数参考手册 '
21
+ copyright = '2018-2023 , 人人都懂物联网'
22
22
author = 'GetIoT.tech'
23
23
24
24
# The full version, including alpha/beta/rc tags
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Linux 常用 C 函数参考手册
21
21
data-structure
22
22
file
23
23
file-content
24
+ permission
24
25
process
25
26
ipcs
26
27
pthreads
27
- permission
28
28
signal
29
29
network
30
30
io-multiplexing
Original file line number Diff line number Diff line change @@ -1210,7 +1210,7 @@ int main()
1210
1210
1211
1211
` ` ` shell
1212
1212
ab-cd : ef; gh :i-jkl; mnop; qrs-tu: vwx-y; z
1213
- # '- ' 和 ':' 字符已经被 '\0' 字符取代
1213
+ # '- ' 和 ':' 字符已经被 '\0' 字符取代
1214
1214
ab cd
1215
1215
ef; gh
1216
1216
i
You can’t perform that action at this time.
0 commit comments