doc: add language decorator on the code block

Add `c` decorator on the code block for applying syntax highlighting.
This commit is contained in:
Jiayi Chen
2022-12-14 16:27:50 +08:00
committed by Yu Watanabe
parent 357f5ccbf6
commit b1c4466bba

View File

@@ -118,7 +118,7 @@ Failed to take a BSD lock on /dev/sda: Resource temporarily unavailable
```
## Code
```
```c
/* SPDX-License-Identifier: MIT-0 */
#include <stdio.h>