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

View File

@@ -320,7 +320,7 @@ comments: true
=== "C"
```c title="linkedlist_queue.c"
[class]{linkedListQueue}-[func]{}
```
=== "C#"
@@ -397,7 +397,7 @@ comments: true
=== "C"
```c title="array_queue.c"
[class]{arrayQueue}-[func]{}
```
=== "C#"

View File

@@ -323,7 +323,7 @@ comments: true
=== "C"
```c title="linkedlist_stack.c"
[class]{linkedListStack}-[func]{}
```
=== "C#"
@@ -398,7 +398,7 @@ comments: true
=== "C"
```c title="array_stack.c"
[class]{arrayStack}-[func]{}
```
=== "C#"