未验证 提交 8013ab1c 编写于 作者: 翟特特 提交者: Gitee

update en/contribute/OpenHarmony-c-coding-style-guide.md.

Signed-off-by: Nuser.name <zhaitete@outlook.com>
上级 ca511be7
......@@ -238,8 +238,8 @@ typedef struct { // Good: The anonymous struct is used because self-nesting i
int a;
int b;
} MyType; // The struct alias uses the UpperCamelCase style.
```c
```
```c
typedef struct tagNode { // Good: Add the 'tag' prefix or use 'Node_'.
struct tagNode *prev;
struct tagNode *next;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册