Add sorce code blocks of C to the docs.

This commit is contained in:
krahets
2023-02-11 18:22:27 +08:00
parent d3ea84ba97
commit d1e1d76162
18 changed files with 78 additions and 206 deletions
@@ -373,7 +373,9 @@ comments: true
=== "C"
```c title="linked_list.c"
[class]{}-[func]{insertNode}
[class]{}-[func]{removeNode}
```
=== "C#"
@@ -443,7 +445,7 @@ comments: true
=== "C"
```c title="linked_list.c"
[class]{}-[func]{access}
```
=== "C#"
@@ -509,7 +511,7 @@ comments: true
=== "C"
```c title="linked_list.c"
[class]{}-[func]{findNode}
```
=== "C#"